Replace wxDeprecatedGUIConstants enum values
This commit is contained in:
parent
86c49283f5
commit
39ff5b90e5
81 changed files with 257 additions and 256 deletions
|
|
@ -3080,7 +3080,7 @@ void MyFrame::OnFindDialog(wxFindDialogEvent& event)
|
|||
void MyCanvas::OnPaint(wxPaintEvent& WXUNUSED(event) )
|
||||
{
|
||||
wxPaintDC dc(this);
|
||||
dc.SetBackgroundMode(wxTRANSPARENT);
|
||||
dc.SetBackgroundMode(wxBRUSHSTYLE_TRANSPARENT);
|
||||
dc.DrawText(
|
||||
"wxWidgets common dialogs"
|
||||
" test application"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue