mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
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…
x
Reference in New Issue
Block a user