mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
Make the mixer window horizontal scrollbar only appear when needed.
git-svn-id: svn://localhost/ardour2/branches/3.0@8669 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8a82309d8a
commit
7be6ddbd5a
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ Mixer_UI::Mixer_UI ()
|
|||
b->show_all ();
|
||||
|
||||
scroller.add (*b);
|
||||
scroller.set_policy (Gtk::POLICY_ALWAYS, Gtk::POLICY_AUTOMATIC);
|
||||
scroller.set_policy (Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC);
|
||||
|
||||
setup_track_display ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue