Scroll the window back to 0, 0 when children are removed (#1843)

This commit is contained in:
Ryan Holmes
2019-02-28 21:41:59 -05:00
parent 75d5b48df8
commit 65dff8dcf7

View File

@@ -158,4 +158,5 @@ class PFListPane(wx.ScrolledWindow):
for widget in self._wList:
widget.Destroy()
self.Scroll(0, 0)
self._wList = []