Fix scroll rate in preference panel

This commit is contained in:
DarkPhoenix
2019-05-01 00:55:52 +03:00
parent dbef3b8c84
commit bdd4a8cfb7
4 changed files with 8 additions and 9 deletions

View File

@@ -22,6 +22,7 @@ import wx
class PFListPane(wx.ScrolledWindow):
def __init__(self, parent):
wx.ScrolledWindow.__init__(self, parent, pos=wx.DefaultPosition, style=wx.TAB_TRAVERSAL)