From: Steve Brokenshire Date: Sat, 9 Sep 2017 18:03:37 +0000 (+0100) Subject: frmMain: Fix issue with displaying normal background colour after disabling it in... X-Git-Tag: release-0.20~1 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=245ade988ed226ea8d86254c59f823626d32c77d frmMain: Fix issue with displaying normal background colour after disabling it in preferences. --- diff --git a/source/frmMain.cpp b/source/frmMain.cpp index 8b2624b..03f8cd9 100644 --- a/source/frmMain.cpp +++ b/source/frmMain.cpp @@ -1456,7 +1456,11 @@ void frmMain::LoadPreferences(){ ContactBackgroundColour = preferences.GetBackgroundContactColourData(); - } + } else { + + ContactBackgroundColour = wxTransparentColour; + + } treAccounts->DeleteAllItems();