// Author: Julian Smart
// Modified by: Vadim Zeitlin to derive from wxChoiceBase
// Created: 04/01/98
-// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
{
// This can only happen in the case (B), so set the item
// selected in the drop down as our real selection.
- SendSelectionChangedEvent(wxEVT_COMMAND_CHOICE_SELECTED);
+ SendSelectionChangedEvent(wxEVT_CHOICE);
m_pendingSelection = wxID_NONE;
}
break;
m_lastAcceptedSelection =
m_pendingSelection = wxID_NONE;
- SendSelectionChangedEvent(wxEVT_COMMAND_CHOICE_SELECTED);
+ SendSelectionChangedEvent(wxEVT_CHOICE);
break;
case CBN_SELCHANGE: