1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

Remove bevel on transport

Removes the bevel of the transport toolbar.

Signed-off-by: akleja <storspov@gmail.com>
This commit is contained in:
akleja 2021-08-09 03:07:58 +02:00 committed by Panagiotis Vasilopoulos
parent 55f5ef8359
commit a120a514ae
No known key found for this signature in database
GPG Key ID: FD806FDB3B2C5270

View File

@ -466,8 +466,6 @@ void ControlToolBar::Repaint( wxDC *dc )
wxSize s = mSizer->GetSize();
wxPoint p = mSizer->GetPosition();
wxRect bevelRect( p.x, p.y, s.GetWidth() - 1, s.GetHeight() - 1 );
AColor::Bevel( *dc, true, bevelRect );
#endif
}