summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/PatchWindow.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-06-09 19:32:41 +0000
committerDavid Robillard <d@drobilla.net>2008-06-09 19:32:41 +0000
commitdf38131db2c4eb5c83655d848a9776faa79331ca (patch)
tree445302b7cb0c8860b95e9d5187873ee17be5415f /src/libs/gui/PatchWindow.cpp
parent0a1c93d22fd879075e02aebe702224446e8ffbdd (diff)
downloadingen-df38131db2c4eb5c83655d848a9776faa79331ca.tar.gz
ingen-df38131db2c4eb5c83655d848a9776faa79331ca.tar.bz2
ingen-df38131db2c4eb5c83655d848a9776faa79331ca.zip
Fix lingering breadcrumbs of destroyed subpatches (ticket #80).
git-svn-id: http://svn.drobilla.net/lad/ingen@1258 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/gui/PatchWindow.cpp')
-rw-r--r--src/libs/gui/PatchWindow.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/libs/gui/PatchWindow.cpp b/src/libs/gui/PatchWindow.cpp
index 55c1542c..84c60fc9 100644
--- a/src/libs/gui/PatchWindow.cpp
+++ b/src/libs/gui/PatchWindow.cpp
@@ -44,12 +44,12 @@ namespace GUI {
PatchWindow::PatchWindow(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& xml)
-: Gtk::Window(cobject),
- _enable_signal(true),
- _position_stored(false),
- _x(0),
- _y(0),
- _breadcrumb_box(NULL)
+ : Gtk::Window(cobject)
+ , _enable_signal(true)
+ , _position_stored(false)
+ , _x(0)
+ , _y(0)
+ , _breadcrumb_box(NULL)
{
property_visible() = false;