OS/2 Image processing updates along with some statusbar updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-05-06 21:48:06 +00:00
parent 79c093419e
commit 16ff355bee
6 changed files with 316 additions and 43 deletions

View File

@@ -1146,6 +1146,11 @@ bool wxFrame::HandleMenuSelect(
vEvent.SetEventObject(this);
GetEventHandler()->ProcessEvent(vEvent); // return value would be ignored by PM
}
else
{
DoGiveHelp(wxEmptyString, FALSE);
return FALSE;
}
}
return TRUE;
} // end of wxFrame::HandleMenuSelect