]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/frame.cpp
security fix to wxSingleInstanceChecker: check if the lock file was really created...
[wxWidgets.git] / src / mac / carbon / frame.cpp
index 4fba75bad2378106fb459af13523d5fb66dc36b4..9bb8cb9357371115831107e60e0b2a7b90068fd8 100644 (file)
@@ -74,8 +74,6 @@ bool wxFrame::Create(wxWindow *parent,
     if ( !wxTopLevelWindow::Create(parent, id, title, pos, size, style, name) )
         return FALSE;
     
-    SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_APPWORKSPACE));
-
     wxModelessWindows.Append(this);
     
     return TRUE;