dabo Commit
Revision 3129
Date: 2007-05-15 07:20:30 -0700 (Tue, 15 May 2007)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/3129
Changed:
U trunk/dabo/ui/uiwx/dSplitter.py
Log:
I spaced out on the last fix, and only corrected half the problem. This
completes the correction.
Diff:
Modified: trunk/dabo/ui/uiwx/dSplitter.py
===================================================================
--- trunk/dabo/ui/uiwx/dSplitter.py 2007-05-15 02:04:10 UTC (rev 3128)
+++ trunk/dabo/ui/uiwx/dSplitter.py 2007-05-15 14:20:30 UTC (rev 3129)
@@ -217,7 +217,7 @@
if sz:
pct = self.SashPosition / sz
self._sashPercent = max(0, min(1, pct))
- self.SetSashGravity(pct)
+ self.SetSashGravity(self._sashPercent)
# Raise a dEvent for other code to bind to,
self.raiseEvent(dEvents.SashPositionChanged, evt)
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]