Display problems fixed, but the objects can't be picked. Thanks. -- Jaime Mora Ramones Tantoyuca Veracruz, Mexico
"Ed Leafe" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > daboide Commit > Revision 597 > Date: 2006-07-04 09:46:23 -0700 (Tue, 04 Jul 2006) > Author: ed > > Changed: > U trunk/ClassDesignerPemForm.py > > Log: > Attempt at fixing the odd display problems on WinXP when showing the Object Tree. > > > Diff: > Modified: trunk/ClassDesignerPemForm.py > =================================================================== > --- trunk/ClassDesignerPemForm.py 2006-07-01 02:53:59 UTC (rev 596) > +++ trunk/ClassDesignerPemForm.py 2006-07-04 16:46:23 UTC (rev 597) > @@ -95,6 +95,7 @@ > > def onToggleTree(self, evt): > self._tree.Visible = not self._tree.Visible > + self.mainBar.Visible = not self._tree.Visible > > > def _onResizeTree(self, evt): > > > > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
