"Paul McNett" <[EMAIL PROTECTED]> schrieb: > > If you want to work around this temporarily, you can safely make the > following change > to your working copy: > > Index: dabo/ui/uiwx/dGrid.py > =================================================================== > --- dabo/ui/uiwx/dGrid.py (revision 4654) > +++ dabo/ui/uiwx/dGrid.py (working copy) > @@ -2315,7 +2315,7 @@ > > for col in self._columns: > headerRect = col._getHeaderRect() > - intersect = wx.IntersectRect(updateBox, headerRect) > + intersect = headerRect > if intersect is None: > # column isn't visible > continue > >
Thank you, yes, that works. > It'll be wasting time drawing the off-screen grid headers, but that is > probably > minimal anyway. > Looks like it. At least I can't notice anything without measuring. As soon as anything in my toolchain changes (gcc, glib, ?) or if I change distributions I will try again with the original dGrid. Sibylle -- Dr. Sibylle Koczian _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
