mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
eb2b8cbe25
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
603 B
Diff
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);
|