forked from mia/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
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ OptionPage::OptionPage(wxTreebook *book, Preferences *parent, wxString name, int
|
||||||
SetScrollbars(0, 20, 0, 50);
|
SetScrollbars(0, 20, 0, 50);
|
||||||
else
|
else
|
||||||
SetScrollbars(0, 0, 0, 0);
|
SetScrollbars(0, 0, 0, 0);
|
||||||
|
DisableKeyboardScrolling();
|
||||||
}
|
}
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
|
|
Loading…
Reference in a new issue