mirror of https://github.com/odrling/Aegisub
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:
parent
2e2d896ea9
commit
632a02bcc9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue