mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
use Item::disable_scroll_translation() for AudioClipEditor scroll bar
This commit is contained in:
parent
993c7c4bec
commit
b6e0332148
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ AudioClipEditor::AudioClipEditor ()
|
|||
scroll_bar_handle->set_outline (false);
|
||||
scroll_bar_handle->set_corner_radius (5.);
|
||||
scroll_bar_handle->Event.connect (sigc::mem_fun (*this, &AudioClipEditor::scroll_event_handler));
|
||||
scroll_bar_handle->disable_scroll_translation ();
|
||||
|
||||
/* A scrolling container for our waves and lines etc. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue