From 82f5c84a06d2924c695221186fdfb37d0136a2b3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 25 Oct 2019 00:27:29 +0200 Subject: [PATCH] Remove trivial differences with master No real changes. --- src/aui/tabart.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/aui/tabart.cpp b/src/aui/tabart.cpp index 1f81485b5e..efb641342c 100644 --- a/src/aui/tabart.cpp +++ b/src/aui/tabart.cpp @@ -1096,8 +1096,11 @@ void wxAuiSimpleTabArt::DrawTab(wxDC& dc, //dc.DrawLines(active ? WXSIZEOF(points) - 1 : WXSIZEOF(points), points); dc.DrawLines(WXSIZEOF(points), points); + int text_offset; + int close_button_width = 0; + // draw close button if necessary if (close_button_state != wxAUI_BUTTON_STATE_HIDDEN) {