From 8dc95efe31405293ef0b76dcc1e286a3899b60cb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 6 Aug 2007 00:35:29 +0000 Subject: Don't draw measure lins a ton of times... but still drawn twice on initial session display :/ git-svn-id: svn://localhost/ardour2/trunk@2250 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour_ui_dependents.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk2_ardour/ardour_ui_dependents.cc') diff --git a/gtk2_ardour/ardour_ui_dependents.cc b/gtk2_ardour/ardour_ui_dependents.cc index 4e9f84d072..725180e0ab 100644 --- a/gtk2_ardour/ardour_ui_dependents.cc +++ b/gtk2_ardour/ardour_ui_dependents.cc @@ -109,13 +109,11 @@ void ARDOUR_UI::goto_editor_window () { editor->show_window (); - editor->present(); } void ARDOUR_UI::goto_mixer_window () { mixer->show_window (); - mixer->present(); } gint -- cgit v1.2.3