dabo Commit
Revision 1514
Date: 2005-11-03 21:16:33 -0800 (Thu, 03 Nov 2005)
Author: paul

Changed:
U   trunk/dabo/ui/uiwx/dToolBar.py

Log:
Windows needs these Realize() calls, while Linux doesn't. This should fix the
rest of Matthew's issues.


Diff:
Modified: trunk/dabo/ui/uiwx/dToolBar.py
===================================================================
--- trunk/dabo/ui/uiwx/dToolBar.py      2005-11-04 05:01:05 UTC (rev 1513)
+++ trunk/dabo/ui/uiwx/dToolBar.py      2005-11-04 05:16:33 UTC (rev 1514)
@@ -62,6 +62,7 @@
                wxItem = self.AddToolItem(item._wxToolBarItem)
                self._daboChildren.append(item)
                item._parent = self
+               self.Realize()
                return item
 
 
@@ -70,6 +71,7 @@
                wxItem = self.InsertToolItem(pos, item._wxToolBarItem)
                self._daboChildren.insert(pos, item)
                item._parent = self
+               self.Realize()
                return item
                
 




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

Reply via email to