summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchView.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-27 16:42:23 +0000
committerDavid Robillard <d@drobilla.net>2008-11-27 16:42:23 +0000
commit4d56efc6a78330fcfc9662318bef0ffed2c14850 (patch)
tree63ea90f617ce0d5271a5267dc2f9f91518dd29b9 /src/gui/PatchView.cpp
parentcd5c0efdd0db4dd1d7230646bde68779df609521 (diff)
downloadingen-4d56efc6a78330fcfc9662318bef0ffed2c14850.tar.gz
ingen-4d56efc6a78330fcfc9662318bef0ffed2c14850.tar.bz2
ingen-4d56efc6a78330fcfc9662318bef0ffed2c14850.zip
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
Diffstat (limited to 'src/gui/PatchView.cpp')
-rw-r--r--src/gui/PatchView.cpp6
1 files changed, 3 insertions, 3 deletions
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<Gnome::Glade::Xml>& xml)
-: Gtk::Box(cobject),
- _breadcrumb_container(NULL),
- _enable_signal(true)
+ : Gtk::Box(cobject)
+ , _breadcrumb_container(NULL)
+ , _enable_signal(true)
{
property_visible() = false;