slackbuilds_ponce/development/wxFormBuilder/auitabart.h.patch
Antonio Leal eb2b8cbe25
development/wxFormBuilder: Added ( wxWidgets RAD tool )
Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-02-25 09:18:05 +07:00

11 lines
603 B
Diff

--- auitabart.h 2021-10-22 17:19:37.000000000 +0100
+++ auitabart.h.new 2023-02-19 11:05:12.071625681 +0000
@@ -6,7 +6,7 @@
class AuiTabArt : public wxAuiGenericTabArt {
public:
wxSize GetTabSize(wxDC& dc, wxWindow* wnd, const wxString& caption, const wxBitmap& bitmap,
- bool active, int close_button_state, int* x_extent) override {
+ bool active, int close_button_state, int* x_extent) {
return wxAuiGenericTabArt::GetTabSize(dc, wnd, caption, bitmap, active, close_button_state,
x_extent) +
wxSize(0, 2);