mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-16 18:36:03 +01:00
Patch from robsch to fix mantis 2766; apply button unclickable when modifying the meter marker at the start of the session.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5567 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3ffa60f5ec
commit
e8e08952e0
1 changed files with 2 additions and 0 deletions
|
|
@ -349,6 +349,8 @@ MeterDialog::init (const BBT_Time& when, double bpb, double note_type, bool mova
|
|||
when_frame.add (*when_hbox);
|
||||
|
||||
get_vbox()->pack_end (when_frame, false, false);
|
||||
} else {
|
||||
when_bar_entry.set_text ("0");
|
||||
}
|
||||
|
||||
get_vbox()->set_border_width (12);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue