daboide Commit
Revision 717
Date: 2006-12-19 06:44:25 -0800 (Tue, 19 Dec 2006)
Author: Ed

Changed:
U   trunk/ClassDesignerFormMixin.py

Log:
Fixed the problem of screen droppings being left behind when resizing under 
Gtk. Tracker #0250.


Diff:
Modified: trunk/ClassDesignerFormMixin.py
===================================================================
--- trunk/ClassDesignerFormMixin.py     2006-12-18 23:25:59 UTC (rev 716)
+++ trunk/ClassDesignerFormMixin.py     2006-12-19 14:44:25 UTC (rev 717)
@@ -126,8 +126,11 @@
                                self._appNotifiedClose = True
                                self.Controller.designerFormClosing(self)
                return True
+
+
+       def onResize(self, evt):
+               dabo.ui.callAfterInterval(100, self.refresh)
                        
-                       
        def onMenuOpen(self, evt):
                self.Controller.menuUpdate(evt, self.MenuBar)
 




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

Reply via email to