mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-22 00:47:13 +01:00
When drawing, treat track plus separator BELOW as the natural grouping...
... and treat the top margin of the first track specially.
This commit is contained in:
@@ -377,9 +377,11 @@ protected:
|
||||
void HighlightFocusedTrack (wxDC* dc, const wxRect &rect);
|
||||
void DrawShadow ( wxDC* dc, const wxRect & rect );
|
||||
void DrawBordersAroundTrack(wxDC* dc, const wxRect & rect );
|
||||
void ClearTopMargin (
|
||||
TrackPanelDrawingContext &context, const wxRect &clip);
|
||||
void ClearLeftAndRightMargins (
|
||||
TrackPanelDrawingContext &context, const wxRect & clip);
|
||||
void ClearOutsideOfTrack (
|
||||
void ClearSeparator (
|
||||
TrackPanelDrawingContext &context, const wxRect & rect);
|
||||
void DrawSash (
|
||||
wxDC* dc, const wxRect & rect, int labelw, bool bSelected );
|
||||
|
||||
Reference in New Issue
Block a user