From 3e72cbb3c64bf2b22700ec34c669d2f00b09e043 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 6 Apr 2022 05:15:40 -0700 Subject: [PATCH] Fix alignment --- clientgui/sg_BoincSimpleFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/sg_BoincSimpleFrame.cpp b/clientgui/sg_BoincSimpleFrame.cpp index d6b8483102..f2f7bfdbab 100644 --- a/clientgui/sg_BoincSimpleFrame.cpp +++ b/clientgui/sg_BoincSimpleFrame.cpp @@ -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) {