Partly reverted changes to Get(Current)Selection.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -177,17 +177,6 @@ void wxChoice::Clear()
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
int wxChoice::GetSelection() const
|
||||
{
|
||||
// if m_lastAcceptedSelection is set, it means that the dropdown is
|
||||
// currently shown and that we want to use the last "permanent" selection
|
||||
// instead of whatever is under the mouse pointer currently
|
||||
//
|
||||
// otherwise, get the selection from the control
|
||||
return m_lastAcceptedSelection == wxID_NONE ? GetCurrentSelection()
|
||||
: m_lastAcceptedSelection;
|
||||
}
|
||||
|
||||
int wxChoice::GetCurrentSelection() const
|
||||
{
|
||||
return((int)LONGFROMMR(::WinSendMsg(GetHwnd(), LM_QUERYSELECTION, (MPARAM)LIT_FIRST, (MPARAM)0)));
|
||||
} // end of wxChoice::GetSelection
|
||||
|
Reference in New Issue
Block a user