Skip to content

Commit

Permalink
wxGUI/gui_core: fix preferences dialog rendered height on wxPython 4.…
Browse files Browse the repository at this point in the history
…1.1 (#1825)

In cases where a scrolled panel is used.
  • Loading branch information
tmszi committed Sep 12, 2021
1 parent 43a1cfe commit a020ebf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gui/wxpython/gui_core/preferences.py
Expand Up @@ -130,7 +130,6 @@ def _layout(self):
flag=wx.EXPAND | wx.ALL, border=5)

self.SetSizer(mainSizer)
mainSizer.Fit(self)

def OnDefault(self, event):
"""Button 'Set to default' pressed"""
Expand Down

0 comments on commit a020ebf

Please sign in to comment.