no changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-05-26 15:19:43 +00:00
parent 5fff5f8a27
commit 3d0b89c1ca
2 changed files with 0 additions and 3 deletions

View File

@@ -179,7 +179,6 @@ void MyFrame::ChooseColour(wxCommandEvent& WXUNUSED(event) )
{
wxColourData retData = dialog->GetColourData();
wxColour col = retData.GetColour();
// wxBrush *brush = wxTheBrushList->FindOrCreateBrush(&col, wxSOLID);
myCanvas->SetBackgroundColour(col);
myCanvas->Clear();
myCanvas->Refresh();