Scroll the window back to 0, 0 when children are removed (#1843)
This commit is contained in:
@@ -158,4 +158,5 @@ class PFListPane(wx.ScrolledWindow):
|
||||
for widget in self._wList:
|
||||
widget.Destroy()
|
||||
|
||||
self.Scroll(0, 0)
|
||||
self._wList = []
|
||||
|
||||
Reference in New Issue
Block a user