Fixed wxSplitterEvent to set it's id to be the splitter window's id so
events can be caught correctly. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
874a1686d8
commit
0656d2e68d
@ -235,6 +235,7 @@ public:
|
||||
: wxCommandEvent(type)
|
||||
{
|
||||
SetEventObject(splitter);
|
||||
if (splitter) m_id = splitter->GetId();
|
||||
}
|
||||
|
||||
// SASH_POS_CHANGED methods
|
||||
|
Loading…
Reference in New Issue
Block a user