Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion construct_editor/wx_widgets/wx_construct_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down