mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
audio clip editor: use scroll group for waves container
This commit is contained in:
parent
82f2392d85
commit
ef07d47bf8
2 changed files with 8 additions and 3 deletions
|
|
@ -71,7 +71,7 @@ AudioClipEditor::AudioClipEditor ()
|
|||
frame->set_fill (false);
|
||||
frame->Event.connect (sigc::mem_fun (*this, &AudioClipEditor::event_handler));
|
||||
|
||||
waves_container = new ArdourCanvas::Container (frame);
|
||||
waves_container = new ArdourCanvas::ScrollGroup (frame, ScrollGroup::ScrollsHorizontally);
|
||||
line_container = new ArdourCanvas::Container (frame);
|
||||
|
||||
const double line_width = 3.;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue