summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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