mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
crash fix. looks like narrow mixer strips need more work again
git-svn-id: svn://localhost/ardour2/branches/3.0@13618 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5249f82603
commit
4747313261
1 changed files with 2 additions and 2 deletions
|
|
@ -655,9 +655,9 @@ MixerStrip::set_width_enum (Width w, void* owner)
|
|||
show_sends_button->set_text (_("Snd"));
|
||||
}
|
||||
|
||||
((Gtk::Label*)gpm.gain_automation_style_button.get_child())->set_text (
|
||||
gpm.gain_automation_style_button.set_text (
|
||||
gpm.short_astyle_string(gain_automation->automation_style()));
|
||||
((Gtk::Label*)gpm.gain_automation_state_button.get_child())->set_text (
|
||||
gpm.gain_automation_state_button.set_text (
|
||||
gpm.short_astate_string(gain_automation->automation_state()));
|
||||
|
||||
if (_route->panner()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue