Uwe Grauer wrote: > Ed Leafe wrote: >> dabo Commit >> Revision 4506 >> Date: 2008-09-07 19:18:01 -0700 (Sun, 07 Sep 2008) >> Author: Ed >> Trac: http://svn.dabodev.com/trac/dabo/changeset/4506 >> >> Changed: >> U trunk/ide/ClassDesignerFormMixin.py >> U trunk/ide/wizards/QuickLayoutWizard.py >> >> Log: >> Fixed a problem that was causing a segfault when running the >> QuickLayoutWizard under Gtk. >> >> > > The segfault problem is gone. > I still get this trace, but the Classdesgner keeps running after it: > > (python:3222): Gtk-CRITICAL **: gtk_widget_add_accelerator: assertion > `GTK_IS_WIDGET (widget)' failed > Traceback (most recent call last): > File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dGrid.py", line > 3730, in __onWxHeaderPaint > self.raiseEvent(dEvents.GridHeaderPaint, evt) > File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dPemMixin.py", > line 926, in raiseEvent > super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args, > **kwargs) > File "/usr/lib/python2.5/site-packages/dabo/lib/eventMixin.py", line > 92, in raiseEvent > bindingFunction(event) > File "/home/uwe/src/dabo/ide/ClassDesignerControlMixin.py", line 193, > in onGridHeaderPaint > self._paintHeader() > File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dGrid.py", line > 2295, in _paintHeader > updateBox = w._updateBox > AttributeError: 'Window' object has no attribute '_updateBox'
This is related to my recent grid header performance improvements. I'll look into this. If you are noticing anything at all, it would be that the headers of a grid (property grid?) aren't painting correctly. Paul 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]
