Użytkownik Ed Leafe napisał: > dabo Commit > Revision 5672 > Date: 2010-02-09 18:16:56 -0800 (Tue, 09 Feb 2010) > Author: Ed > Trac: http://trac.dabodev.com/changeset/5672 > > Changed: > U trunk/dabo/ui/uiwx/dGrid.py > > Log: > Fixed the infinite loop that can happen when scrollbars appear and disappear > as the column is resized. > > Added a better approximation of scrollbar size that should be more > platform-independent. > >
BTW, I think that grid sizing behaviour should be modified a bit. I'll be perfect situation if column size expansion were related to width change, not the absolute grid width, so sizing would be very flexible. Let's say we have grid with width G and column with width C and size change D. Now, grid resizing causes, that relation is true: G' = C' = G + D. But there should be: G' = G + D and C' = C + D. Don't you think? -- Regards Jacek Kałucki _______________________________________________ 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/[email protected]
