X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FfrmMain.cpp;h=03f8cd97f2b67d80a4f972393828efe74e472f24;hb=1c98aaa412ec1110cc69c5189a7339c10e8c1bbe;hp=8b2624bf119ec6cff9e2ce0d99142be15ec897d4;hpb=566326947293846cfccd3521dd09e3b3620a1109;p=xestiaab%2F.git 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();