use stock colour/pen/brush objects in samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1603,7 +1603,7 @@ wxMediaPlayerNotebookPage::wxMediaPlayerNotebookPage(wxMediaPlayerFrame* parentF
|
||||
| wxSUNKEN_BORDER);
|
||||
|
||||
// Set the background of our listctrl to white
|
||||
m_playlist->SetBackgroundColour(wxColour(255,255,255));
|
||||
m_playlist->SetBackgroundColour(*wxWHITE);
|
||||
|
||||
// The layout of the headers of the listctrl are like
|
||||
// | | File | Length
|
||||
|
Reference in New Issue
Block a user