summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-06-09 03:41:17 +0000
committerDavid Robillard <d@drobilla.net>2011-06-09 03:41:17 +0000
commit49bd2b972d10cfab035805d7ffae77e056569c66 (patch)
treead97aa85fb76051441addf97d1d9815bc93021d9 /src/gui/NodeModule.hpp
parentd42b83ffe581651886ca0874b6b75dcbb6127aea (diff)
downloadingen-49bd2b972d10cfab035805d7ffae77e056569c66.tar.gz
ingen-49bd2b972d10cfab035805d7ffae77e056569c66.tar.bz2
ingen-49bd2b972d10cfab035805d7ffae77e056569c66.zip
Automatically resize modules at update time as necessary.
This avoids the huge multiple resize performance problems of the past without requiring the user to manually resize modules. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3375 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/NodeModule.hpp')
-rw-r--r--src/gui/NodeModule.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/NodeModule.hpp b/src/gui/NodeModule.hpp
index 7bf6f996..db6fb274 100644
--- a/src/gui/NodeModule.hpp
+++ b/src/gui/NodeModule.hpp
@@ -79,7 +79,7 @@ protected:
void rename();
void property_changed(const Raul::URI& predicate, const Raul::Atom& value);
- void new_port_view(SharedPtr<const PortModel> port, bool resize=true);
+ void new_port_view(SharedPtr<const PortModel> port);
void value_changed(uint32_t index, const Raul::Atom& value);
void plugin_changed();