mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
More attempts to fix the DropDownList,
this design using wxPopupTransientWindow is probably not going to work, I should revert to the old version. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1573 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -106,6 +106,7 @@ class DropDownList : public wxPopupTransientWindow {
|
||||
void onMouseLeave(wxMouseEvent&);
|
||||
void onMouseWheel(wxMouseEvent& ev);
|
||||
void onScroll(wxScrollWinEvent&);
|
||||
void onKeyDown(wxKeyEvent&);
|
||||
|
||||
// --------------------------------------------------- : Privates
|
||||
|
||||
|
||||
Reference in New Issue
Block a user