mirror of https://github.com/BOINC/boinc.git
Fix alignment
This commit is contained in:
parent
edcf007f0a
commit
3e72cbb3c6
|
@ -834,7 +834,7 @@ void CSimpleFrame::OnConnect(CFrameEvent& WXUNUSED(event)) {
|
|||
} else if (ami.acct_mgr_url.size() && !ami.have_credentials) {
|
||||
#ifndef __WXMAC__
|
||||
wasShown = IsShown();
|
||||
#endif
|
||||
#endif
|
||||
Show();
|
||||
wasVisible = wxGetApp().IsApplicationVisible();
|
||||
if (!wasVisible) {
|
||||
|
|
Loading…
Reference in New Issue