X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75c74ca055aedd9e6f6a8876c940080903f1632c..0dfef5a8124ac0f1bb2aed6ef5ddfa833e8e2c6e:/samples/treectrl/treetest.cpp diff --git a/samples/treectrl/treetest.cpp b/samples/treectrl/treetest.cpp index a29db54296..2bd8bfa646 100644 --- a/samples/treectrl/treetest.cpp +++ b/samples/treectrl/treetest.cpp @@ -206,6 +206,9 @@ MyFrame::MyFrame(const wxString& title, int x, int y, int w, int h) wxTR_HAS_VARIABLE_ROW_HEIGHT | #endif wxSUNKEN_BORDER); + + m_treeCtrl->SetBackgroundColour(wxColour(204, 205, 79)); + wxTextCtrl *textCtrl = new wxTextCtrl(this, -1, "", wxDefaultPosition, wxDefaultSize, wxTE_MULTILINE | wxSUNKEN_BORDER);