mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-31 19:44:54 +02:00
Define drawing function of CellularPanel, which visits nodes
This commit is contained in:
@@ -1666,6 +1666,21 @@ void TrackPanel::OnTrackFocusChange( wxCommandEvent &event )
|
||||
}
|
||||
}
|
||||
|
||||
TrackPanelDrawable::~TrackPanelDrawable()
|
||||
{
|
||||
}
|
||||
|
||||
void TrackPanelDrawable::Draw(
|
||||
TrackPanelDrawingContext &, const wxRect &, unsigned )
|
||||
{
|
||||
}
|
||||
|
||||
wxRect TrackPanelDrawable::DrawingArea(
|
||||
const wxRect &rect, const wxRect &, unsigned )
|
||||
{
|
||||
return rect;
|
||||
}
|
||||
|
||||
TrackPanelNode::TrackPanelNode()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user