From 40ee34e43e6c642d88c5d497d2d29db21b059c68 Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Mon, 13 Nov 2006 03:49:00 +0000 Subject: Fixed refresh of strip and track hide buttons. git-svn-id: svn://localhost/ardour2/trunk@1122 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/automation_time_axis.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gtk2_ardour/automation_time_axis.cc') diff --git a/gtk2_ardour/automation_time_axis.cc b/gtk2_ardour/automation_time_axis.cc index 22b6e10ac8..147e6ff0d1 100644 --- a/gtk2_ardour/automation_time_axis.cc +++ b/gtk2_ardour/automation_time_axis.cc @@ -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 -- cgit v1.2.3