Remove trivial differences with master

No real changes.
This commit is contained in:
Vadim Zeitlin
2019-10-25 00:27:29 +02:00
parent 571fda28cf
commit 82f5c84a06

View File

@@ -1096,8 +1096,11 @@ void wxAuiSimpleTabArt::DrawTab(wxDC& dc,
//dc.DrawLines(active ? WXSIZEOF(points) - 1 : WXSIZEOF(points), points); //dc.DrawLines(active ? WXSIZEOF(points) - 1 : WXSIZEOF(points), points);
dc.DrawLines(WXSIZEOF(points), points); dc.DrawLines(WXSIZEOF(points), points);
int text_offset; int text_offset;
int close_button_width = 0; int close_button_width = 0;
// draw close button if necessary // draw close button if necessary
if (close_button_state != wxAUI_BUTTON_STATE_HIDDEN) if (close_button_state != wxAUI_BUTTON_STATE_HIDDEN)
{ {