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