Distrib file updates; test for bitmap presence in controls.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-02-12 10:44:03 +00:00
parent b5c91ac6b3
commit 9bb3479c68
11 changed files with 96 additions and 86 deletions

View File

@@ -567,7 +567,7 @@ void wxDialog::DoShowModal()
}
// and restore focus
if ( winFocus )
if ( winFocus && (winFocus != this) )
{
winFocus->SetFocus();
}