mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 06:36:29 +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
|
|
@ -1122,7 +1122,12 @@ RouteTimeAxisView::visual_click ()
|
|||
void
|
||||
RouteTimeAxisView::hide_click ()
|
||||
{
|
||||
// LAME fix for hide_button refresh fix
|
||||
hide_button.set_sensitive(false);
|
||||
|
||||
editor.hide_track_in_display (*this);
|
||||
|
||||
hide_button.set_sensitive(true);
|
||||
}
|
||||
|
||||
boost::shared_ptr<Region>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue