diff options
author | David Robillard <d@drobilla.net> | 2011-12-04 23:33:40 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-12-04 23:33:40 +0000 |
commit | 0cef0a2e62b3d3c9f33822702fa7603c3448f064 (patch) | |
tree | dd82bd8fdfd60f6033be2d355dc58112f306cf87 /src/gui | |
parent | a62e60005af175ef70b649512d7433e1563576b9 (diff) | |
download | ingen-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/gui')
-rw-r--r-- | src/gui/PatchPortModule.cpp | 2 |
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 |