projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
give focus to show top level windows
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
listbox.h
diff --git
a/include/wx/gtk1/listbox.h
b/include/wx/gtk1/listbox.h
index 20eb87cac5f91b668146eebe4695d17273dbfb66..da536fe9c2726a9a266e3200f33ad2299fbd9f5e 100644
(file)
--- a/
include/wx/gtk1/listbox.h
+++ b/
include/wx/gtk1/listbox.h
@@
-96,6
+96,7
@@
public:
bool m_hasCheckBoxes;
#endif // wxUSE_CHECKLISTBOX
+ int m_prevSelection;
protected:
virtual wxSize DoGetBestSize() const;