projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Moved the cleanup code to an EVT_WINDOW_DESTROY handler.
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
combobox.h
diff --git
a/include/wx/gtk1/combobox.h
b/include/wx/gtk1/combobox.h
index 8e2b81b6b1ddfa763a4bddaa916b9adf6f0dbde8..e7be38f91bae964dbc823fdbc3644d7d801ca12f 100644
(file)
--- a/
include/wx/gtk1/combobox.h
+++ b/
include/wx/gtk1/combobox.h
@@
-114,6
+114,7
@@
public:
bool m_alreadySent;
wxList m_clientDataList;
wxList m_clientObjectList;
+ int m_prevSelection;
void DisableEvents();
void EnableEvents();