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:
Robin Dunn 1999-12-23 20:12:34 +00:00
parent 874a1686d8
commit 0656d2e68d

View File

@ -235,6 +235,7 @@ public:
: wxCommandEvent(type)
{
SetEventObject(splitter);
if (splitter) m_id = splitter->GetId();
}
// SASH_POS_CHANGED methods