From 0cef0a2e62b3d3c9f33822702fa7603c3448f064 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 4 Dec 2011 23:33:40 +0000 Subject: 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 --- src/gui/PatchPortModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1