daboide Commit
Revision 688
Date: 2006-11-25 09:17:50 -0800 (Sat, 25 Nov 2006)
Author: ed

Changed:
U   trunk/Editor.py

Log:
Fixed two little annoyances. First, on OS X the editor would sometimes come up 
split, even though I rarely use that mode. I added an explicit call to 
unsplit(). Second, when you had multiple files opened and then closed one, the 
title bar caption was not being updated.


Diff:
Modified: trunk/Editor.py
===================================================================
--- trunk/Editor.py     2006-11-21 21:32:16 UTC (rev 687)
+++ trunk/Editor.py     2006-11-25 17:17:50 UTC (rev 688)
@@ -63,6 +63,7 @@
                
                self.splitter.Panel1.Sizer.append1x(self.editor)
                self.splitter.Panel2.Sizer.append1x(self.output)
+               self.splitter.unsplit()
                
                self.Sizer = dabo.ui.dSizer()
                self.Sizer.append1x(self.splitter)
@@ -638,6 +639,7 @@
                self.pgfEditor.closeEditor()
                if self.pgfEditor.PageCount == 0:
                        self.release()
+               self.onEditorPageChanged(None)
                evt.stop()
                
                




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to