Skip to content

Commit 2319807

Browse files
committed
Fix OWS profile page not setting up scrolling on first launch
1 parent 14df286 commit 2319807

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui/on_spawn_manager.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ def __init__(self, parent: wx.Frame):
298298
self.sizer.Add(self.profile_panel, 0, wx.ALL | wx.EXPAND, 5)
299299
self.SetSizerAndFit(self.sizer)
300300

301+
self.SetupScrolling()
302+
301303
def add_profile(self, event: wx.Event):
302304
new = default_spawn_settings()
303305
self.profiles_list.Append((new['name'],))

0 commit comments

Comments
 (0)