mirror of
https://github.com/audacity/wxWidgets.git
synced 2025-12-10 21:09:32 -06:00
Remove trivial differences with master
No real changes.
This commit is contained in:
parent
571fda28cf
commit
82f5c84a06
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user