projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
874a168
)
Fixed wxSplitterEvent to set it's id to be the splitter window's id so
author
Robin Dunn
<robin@alldunn.com>
Thu, 23 Dec 1999 20:12:34 +0000
(20:12 +0000)
committer
Robin Dunn
<robin@alldunn.com>
Thu, 23 Dec 1999 20:12:34 +0000
(20:12 +0000)
events can be caught correctly.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5088
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/generic/splitter.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/generic/splitter.h
b/include/wx/generic/splitter.h
index 69cd1f478de04ccac630b9e38edc2f5b02fd32d6..d74fc68403268044fd2fdecb81bc322298cd4448 100644
(file)
--- a/
include/wx/generic/splitter.h
+++ b/
include/wx/generic/splitter.h
@@
-235,6
+235,7
@@
public:
: wxCommandEvent(type)
{
SetEventObject(splitter);
: wxCommandEvent(type)
{
SetEventObject(splitter);
+ if (splitter) m_id = splitter->GetId();
}
// SASH_POS_CHANGED methods
}
// SASH_POS_CHANGED methods