Disable keyboard scrolling in the preferences dialog as it eats unrelated key events on wxGTK

Originally committed to SVN as r6324.
This commit is contained in:
Thomas Goyne 2012-01-20 15:14:47 +00:00
parent 2e2d896ea9
commit 632a02bcc9
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ OptionPage::OptionPage(wxTreebook *book, Preferences *parent, wxString name, int
SetScrollbars(0, 20, 0, 50);
else
SetScrollbars(0, 0, 0, 0);
DisableKeyboardScrolling();
}
template<class T>