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:
twanvl
2010-12-31 15:59:10 +00:00
parent 29c0dca669
commit 8e18d21b3c
2 changed files with 14 additions and 2 deletions
+1
View File
@@ -106,6 +106,7 @@ class DropDownList : public wxPopupTransientWindow {
void onMouseLeave(wxMouseEvent&);
void onMouseWheel(wxMouseEvent& ev);
void onScroll(wxScrollWinEvent&);
void onKeyDown(wxKeyEvent&);
// --------------------------------------------------- : Privates