summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_dependents.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-08-06 00:35:29 +0000
committerDavid Robillard <d@drobilla.net>2007-08-06 00:35:29 +0000
commit8dc95efe31405293ef0b76dcc1e286a3899b60cb (patch)
treec0e6cddcd40c15e6f1a6f644fa6f16a65a3a4f31 /gtk2_ardour/ardour_ui_dependents.cc
parenta90425c0c01fb776a75cddcd91e830decd526672 (diff)
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
Diffstat (limited to 'gtk2_ardour/ardour_ui_dependents.cc')
-rw-r--r--gtk2_ardour/ardour_ui_dependents.cc2
1 files changed, 0 insertions, 2 deletions
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