diff options
author | David Robillard <d@drobilla.net> | 2012-04-23 00:02:42 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-23 00:02:42 +0000 |
commit | d7ed390a29b644e040440d336fdea745aec5342d (patch) | |
tree | eb8ba5b877389fdd90413be99005fe782c279a66 /src | |
parent | e7d3b4f9d1dccad555dbab228c2a71ac6c3206ef (diff) | |
download | ingen-d7ed390a29b644e040440d336fdea745aec5342d.tar.gz ingen-d7ed390a29b644e040440d336fdea745aec5342d.tar.bz2 ingen-d7ed390a29b644e040440d336fdea745aec5342d.zip |
Resize modules when port labels change.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4242 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/PatchPortModule.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 |