Pedro Vale de Gato wrote: > dabo Commit > Revision 5134 > Date: 2009-03-16 03:39:55 -0700 (Mon, 16 Mar 2009) > Author: Pedro.Gato > Trac: http://trac.dabodev.com/changeset/5134 > > Changed: > U trunk/dabo/ui/uiwx/dGrid.py > > Log: >>From rev 5123 up refresh() no longer calls _syncColumnCount() so it has to be >>called here > > Diff: > Modified: trunk/dabo/ui/uiwx/dGrid.py > =================================================================== > --- trunk/dabo/ui/uiwx/dGrid.py 2009-03-15 19:32:01 UTC (rev 5133) > +++ trunk/dabo/ui/uiwx/dGrid.py 2009-03-16 10:39:55 UTC (rev 5134) > @@ -2470,7 +2470,8 @@ > dabo.errorLog.write(_("Invalid column number > passed to 'showColumn()'.")) > return > col._visible = visible > - #self._syncColumnCount() > + > + self._syncColumnCount() > self.refresh()
Hmm in my tests that wasn't needed. Was this on Windows? Paul _______________________________________________ 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]
