mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Fixed refresh of strip and track hide buttons.
git-svn-id: svn://localhost/ardour2/trunk@1122 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e8a2bf9b49
commit
40ee34e43e
5 changed files with 72 additions and 54 deletions
|
|
@ -402,8 +402,13 @@ AutomationTimeAxisView::set_samples_per_unit (double spu)
|
|||
void
|
||||
AutomationTimeAxisView::hide_clicked ()
|
||||
{
|
||||
// LAME fix for refreshing the hide button
|
||||
hide_button.set_sensitive(false);
|
||||
|
||||
set_marked_for_display (false);
|
||||
hide ();
|
||||
|
||||
hide_button.set_sensitive(true);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue