git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19573
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ( oper != None )
{
wxArrayInt selections;
if ( oper != None )
{
wxArrayInt selections;
if ( HasMultipleSelection() )
{
count = GetSelections(selections);
}
else
{
if ( HasMultipleSelection() )
{
count = GetSelections(selections);
}
else
{
- count = 1;
- selections.Add(GetSelection());
+ int sel = GetSelection();
+ if (sel != -1)
+ {
+ count = 1;
+ selections.Add(sel);
+ }
}
for ( int i = 0; i < count; i++ )
}
for ( int i = 0; i < count; i++ )