[EMAIL PROTECTED] wrote: > Paul, > > I think that I found part of the issue...when I step thru the code below, > the IF is evaluating to True, so the self._headerSizing attribute is not > getting set to True by the else statement. > > dGrid.py line 2912 > if not headerIsSizing and ( > self.getColNumByX(x) == > self.getColNumByX(x-2) == self.getColNumByX(x+2)): > > When I change the x-2 and x+2 to x-5 and x+5 respectively, it seems to work.
Okay, I committed your fix. As my change note says, I think we are hiding the problem here, but it should work better in most cases. -- pkm ~ http://paulmcnett.com _______________________________________________ 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/dabo-users/[EMAIL PROTECTED]
