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:
parent
55f5ef8359
commit
a120a514ae
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user