projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxMac (and maybe others?) get PAGEUP/PAGEDOWN instead of NEXT/PRIOR
[wxWidgets.git]
/
src
/
common
/
treebase.cpp
diff --git
a/src/common/treebase.cpp
b/src/common/treebase.cpp
index 7c83963ef97c5acf5dba0aec0bea23fd8db0b66f..6bf725823f8ebaee1c6adcaae6df23a7688e9899 100644
(file)
--- a/
src/common/treebase.cpp
+++ b/
src/common/treebase.cpp
@@
-74,6
+74,7
@@
wxTreeEvent::wxTreeEvent(wxEventType commandType, int id)
: wxNotifyEvent(commandType, id)
{
m_itemOld = 0l;
+ m_editCancelled = FALSE;
}
#endif // wxUSE_TREECTRL