Replace wxDeprecatedGUIConstants enum values
This commit is contained in:
@@ -795,7 +795,7 @@ void Pack::Redraw(wxDC& dc)
|
||||
wxString str;
|
||||
str.Printf(wxT("%d "), m_topCard + 1);
|
||||
|
||||
dc.SetBackgroundMode( wxSOLID );
|
||||
dc.SetBackgroundMode( wxBRUSHSTYLE_SOLID );
|
||||
dc.SetTextBackground(FortyApp::BackgroundColour());
|
||||
dc.SetTextForeground(FortyApp::TextColour());
|
||||
dc.DrawText(str, m_x + CardWidth + 5, m_y + CardHeight / 2);
|
||||
|
Reference in New Issue
Block a user