Make wxQt wxPen and wxBrush classes behave more consistently with the
other ports.

See #23863.
This commit is contained in:
Vadim Zeitlin 2023-09-10 17:35:42 +02:00
commit eb8a57760e
4 changed files with 108 additions and 48 deletions

View file

@ -17,6 +17,8 @@ public:
wxPen( const wxColour &colour, int width = 1, wxPenStyle style = wxPENSTYLE_SOLID );
wxPen( const wxPenInfo& info );
wxDEPRECATED_MSG("use wxPENSTYLE_XXX constants")
wxPen(const wxColour& col, int width, int style);