From f1c1d019c14ddb184078c79cd5d6a0631a644acd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 17 Feb 2015 03:41:45 +0000 Subject: Fix display of labels when port is created without. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5581 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/GraphPortModule.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gui/GraphPortModule.hpp') diff --git a/src/gui/GraphPortModule.hpp b/src/gui/GraphPortModule.hpp index 5cffa7bc..8dcee1c9 100644 --- a/src/gui/GraphPortModule.hpp +++ b/src/gui/GraphPortModule.hpp @@ -48,8 +48,7 @@ class GraphPortModule : public Ganv::Module public: static GraphPortModule* create( GraphCanvas& canvas, - SPtr model, - bool human); + SPtr model); App& app() const; -- cgit v1.2.1