Removed constraints check for wxDirDialog from configure (not needed).
Implemented solid drawing for DoDrawText, so text selection works git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1061,9 +1061,13 @@ bool wxListBox::PerformAction(const wxControlAction& action,
|
||||
int item = (int)numArg;
|
||||
|
||||
if ( action == wxACTION_LISTBOX_SETFOCUS )
|
||||
{
|
||||
SetCurrentItem(item);
|
||||
}
|
||||
else if ( action == wxACTION_LISTBOX_ACTIVATE )
|
||||
{
|
||||
Activate(item);
|
||||
}
|
||||
else if ( action == wxACTION_LISTBOX_TOGGLE )
|
||||
{
|
||||
if ( item == -1 )
|
||||
|
Reference in New Issue
Block a user