mirror of https://github.com/BOINC/boinc.git
MGR: Fix compiler warning (deprecated API)
This commit is contained in:
parent
a57b700cb6
commit
542fe18ad0
|
@ -449,7 +449,7 @@ void CDlgMessages::OnShow(wxShowEvent& event) {
|
|||
bAlreadyRunning = true;
|
||||
|
||||
wxLogTrace(wxT("Function Status"), wxT("CDlgMessages::OnShow - Show/Hide Event for CAdvancedFrame detected"));
|
||||
if (event.GetShow()) {
|
||||
if (event.IsShown()) {
|
||||
RestoreWindowDimensions();
|
||||
} else {
|
||||
SaveWindowDimensions();
|
||||
|
|
Loading…
Reference in New Issue