summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-04 23:33:40 +0000
committerDavid Robillard <d@drobilla.net>2011-12-04 23:33:40 +0000
commit0cef0a2e62b3d3c9f33822702fa7603c3448f064 (patch)
treedd82bd8fdfd60f6033be2d355dc58112f306cf87 /src
parenta62e60005af175ef70b649512d7433e1563576b9 (diff)
downloadingen-0cef0a2e62b3d3c9f33822702fa7603c3448f064.tar.gz
ingen-0cef0a2e62b3d3c9f33822702fa7603c3448f064.tar.bz2
ingen-0cef0a2e62b3d3c9f33822702fa7603c3448f064.zip
Move module port management stuff down to C level.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3798 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/gui/PatchPortModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/PatchPortModule.cpp b/src/gui/PatchPortModule.cpp
index 95118cea..0dcaf9d0 100644
--- a/src/gui/PatchPortModule.cpp
+++ b/src/gui/PatchPortModule.cpp
@@ -124,7 +124,7 @@ void
PatchPortModule::set_name(const std::string& n)
{
_port->set_label(n.c_str());
- _must_resize = true;
+ //_must_resize = true;
}
void