Sibylle Koczian wrote:
> Am Mittwoch, 29. Oktober 2008 15:35:00 schrieb Sibylle Koczian:
>> At the moment I'm back at revision 4571, but all other package versions
>> are the same.
>>
>> Dabo version and related package versions:
>>
>> Platform: GTK
>> Python Version: 2.5.2 on linux2
>> Dabo Version: Version 0.8.4; Revision 4571
>> UI Version: 2.8.9.1 on wxGTK (gtk2)
>>
>> wxPython: 2.8.9.1 installed
>>
>> wxGTK: 2.8.9.1 and 2.6.4.0-r3 installed
>>
>> gtk+: 2.12.11 and 1.2.10-r12 installed
>>
>> Architecture: x86. Python, wxPython and wxGTK are from the testing
>> branch (~x86).

Please update to dabo trunk and apply this patch to dGrid.py:

Index: dabo/ui/uiwx/dGrid.py
===================================================================
--- dabo/ui/uiwx/dGrid.py       (revision 4629)
+++ dabo/ui/uiwx/dGrid.py       (working copy)
@@ -3751,6 +3751,7 @@
        def __onWxHeaderPaint(self, evt):
                self.raiseEvent(dEvents.GridHeaderPaint, evt)
                updateBox = self._getWxHeader().GetUpdateRegion().GetBox()
+               evt.Skip()
                if sys.platform.startswith("win"):
                        dabo.ui.callAfter(self._paintHeader, updateBox)
                else:

(add the evt.Skip() under the updateBox assignment.) 
Did that fix anything?

Paul


_______________________________________________
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]

Reply via email to