summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-04-16 03:00:49 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-04-16 03:00:49 -0400
commit8b93576c180a62539baad83d2846b6da192eea6a (patch)
tree97634031ad1aa091dfc93b85252ffe28b3da3cff /gtk2_ardour/editor_canvas.cc
parentdbb8501429910749094c99d95328db3f742baff0 (diff)
not that anyone ever runs with the SAE profile and not that we want to support it, but don't crash if they do
Diffstat (limited to 'gtk2_ardour/editor_canvas.cc')
-rw-r--r--gtk2_ardour/editor_canvas.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_canvas.cc b/gtk2_ardour/editor_canvas.cc
index b2736feaba..98feae94c8 100644
--- a/gtk2_ardour/editor_canvas.cc
+++ b/gtk2_ardour/editor_canvas.cc
@@ -84,7 +84,7 @@ Editor::initialize_canvas ()
// logo_item->property_width_in_pixels() = true;
// logo_item->property_height_set() = true;
// logo_item->property_width_set() = true;
- logo_item->show ();
+ // logo_item->show ();
}
/*a group to hold global rects like punch/loop indicators */