From 4d56efc6a78330fcfc9662318bef0ffed2c14850 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 27 Nov 2008 16:42:23 +0000 Subject: Get rid of unnecessary viewport in breadcrumb toolbar (not that it fixed the damn border problem like I was hoping, but hey). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1793 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/PatchView.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/PatchView.cpp') diff --git a/src/gui/PatchView.cpp b/src/gui/PatchView.cpp index deac1b22..31a89375 100644 --- a/src/gui/PatchView.cpp +++ b/src/gui/PatchView.cpp @@ -36,9 +36,9 @@ namespace GUI { PatchView::PatchView(BaseObjectType* cobject, const Glib::RefPtr& xml) -: Gtk::Box(cobject), - _breadcrumb_container(NULL), - _enable_signal(true) + : Gtk::Box(cobject) + , _breadcrumb_container(NULL) + , _enable_signal(true) { property_visible() = false; -- cgit v1.2.1