No changes, just implement Raise() in wxTopLevelWindow in wxMSW.
Get rid of two identical implementations in wxFrame and wxDialog and only override this function once in wxTopLevelWindow. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -194,11 +194,6 @@ bool wxDialog::Show(bool show)
|
||||
return true;
|
||||
}
|
||||
|
||||
void wxDialog::Raise()
|
||||
{
|
||||
::SetForegroundWindow(GetHwnd());
|
||||
}
|
||||
|
||||
// show dialog modally
|
||||
int wxDialog::ShowModal()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user