summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-12 22:45:37 +0000
committerDavid Robillard <d@drobilla.net>2008-10-12 22:45:37 +0000
commitef8f39fedbd51f414f19d1282b21ea4de46cf449 (patch)
tree7189cde65282562fb0eb6ec466e2880ca68ae12e /src
parentaf50ce8066ba9ce288d0724707f06e7a88b00f84 (diff)
downloadingen-ef8f39fedbd51f414f19d1282b21ea4de46cf449.tar.gz
ingen-ef8f39fedbd51f414f19d1282b21ea4de46cf449.tar.bz2
ingen-ef8f39fedbd51f414f19d1282b21ea4de46cf449.zip
Resize portless modules properly (e.g. new subpatch creation).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1666 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/gui/SubpatchModule.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/SubpatchModule.cpp b/src/gui/SubpatchModule.cpp
index b2a4d43f..b8e05b20 100644
--- a/src/gui/SubpatchModule.cpp
+++ b/src/gui/SubpatchModule.cpp
@@ -34,8 +34,8 @@ namespace GUI {
SubpatchModule::SubpatchModule(boost::shared_ptr<PatchCanvas> canvas, SharedPtr<PatchModel> patch)
-: NodeModule(canvas, patch),
- _patch(patch)
+ : NodeModule(canvas, patch)
+ , _patch(patch)
{
assert(canvas);
assert(patch);