From d7ed390a29b644e040440d336fdea745aec5342d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 23 Apr 2012 00:02:42 +0000 Subject: Resize modules when port labels change. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4242 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/PatchPortModule.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/gui/PatchPortModule.cpp b/src/gui/PatchPortModule.cpp index a4482449..49877e5f 100644 --- a/src/gui/PatchPortModule.cpp +++ b/src/gui/PatchPortModule.cpp @@ -123,7 +123,6 @@ void PatchPortModule::set_name(const std::string& n) { _port->set_label(n.c_str()); - //_must_resize = true; } void -- cgit v1.2.1