git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27225
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
while (lookup->GetNext())
pLookUpSelectList->Append(lookup->lookupCol);
while (lookup->GetNext())
pLookUpSelectList->Append(lookup->lookupCol);
- // Highlight the first list item
- pLookUpSelectList->SetSelection(0);
-
// Make the OK activate by pressing Enter
if (pLookUpSelectList->GetCount())
// Make the OK activate by pressing Enter
if (pLookUpSelectList->GetCount())
+ {
+ pLookUpSelectList->SetSelection(0);
pLookUpOkBtn->SetDefault();
pLookUpOkBtn->SetDefault();
else
{
pLookUpCancelBtn->SetDefault();
else
{
pLookUpCancelBtn->SetDefault();
pLookUpSelectList->Append(s);
}
pLookUpSelectList->Append(s);
}
- // Highlight the first list item
- pLookUpSelectList->SetSelection(0);
-
// Make the OK activate by pressing Enter
if (pLookUpSelectList->GetCount())
// Make the OK activate by pressing Enter
if (pLookUpSelectList->GetCount())
+ {
+ pLookUpSelectList->SetSelection(0);
pLookUpOkBtn->SetDefault();
pLookUpOkBtn->SetDefault();
else
{
pLookUpCancelBtn->SetDefault();
else
{
pLookUpCancelBtn->SetDefault();