Fix alignment

This commit is contained in:
Charlie Fenton 2022-04-06 05:15:40 -07:00
parent edcf007f0a
commit 3e72cbb3c6
1 changed files with 1 additions and 1 deletions

View File

@ -834,7 +834,7 @@ void CSimpleFrame::OnConnect(CFrameEvent& WXUNUSED(event)) {
} else if (ami.acct_mgr_url.size() && !ami.have_credentials) { } else if (ami.acct_mgr_url.size() && !ami.have_credentials) {
#ifndef __WXMAC__ #ifndef __WXMAC__
wasShown = IsShown(); wasShown = IsShown();
#endif #endif
Show(); Show();
wasVisible = wxGetApp().IsApplicationVisible(); wasVisible = wxGetApp().IsApplicationVisible();
if (!wasVisible) { if (!wasVisible) {