diff --git a/construct_editor/wx_widgets/wx_construct_editor.py b/construct_editor/wx_widgets/wx_construct_editor.py index 5627b5a..84c4b31 100644 --- a/construct_editor/wx_widgets/wx_construct_editor.py +++ b/construct_editor/wx_widgets/wx_construct_editor.py @@ -502,7 +502,8 @@ def _reload_dvc_columns(self): # visible area. I guess the flickering comes, because at first the # fixed size is used and then an Event occures an sets the corret size # of the dvc. This Yield forces to process this event. - wx.Yield() + if 'wxGTK' not in wx.PlatformInfo: + wx.Yield() def _rename_dvc_columns(self, entry: EntryConstruct): """