From 49bd2b972d10cfab035805d7ffae77e056569c66 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 9 Jun 2011 03:41:17 +0000 Subject: 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 --- src/gui/NodeModule.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/NodeModule.hpp') 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 port, bool resize=true); + void new_port_view(SharedPtr port); void value_changed(uint32_t index, const Raul::Atom& value); void plugin_changed(); -- cgit v1.2.1