X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7e3ea54f47679cb9ecd0f635b7abf32c87c40c09..11e3c6ef36393fb5863ea2f9601d8facd73acb12:/samples/regtest/regtest.cpp diff --git a/samples/regtest/regtest.cpp b/samples/regtest/regtest.cpp index a12d6f28b7..711d0241f1 100644 --- a/samples/regtest/regtest.cpp +++ b/samples/regtest/regtest.cpp @@ -367,7 +367,7 @@ RegFrame::RegFrame(wxFrame *parent, const wxChar *title, int x, int y, int w, in : wxFrame(parent, wxID_ANY, title, wxPoint(x, y), wxSize(w, h)) { // this reduces flicker effects - SetBackgroundColour(wxColour(255, 255, 255)); + SetBackgroundColour(*wxWHITE); // set the icon // ------------