summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/PortPropertiesWindow.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-28 22:50:37 +0000
committerDavid Robillard <d@drobilla.net>2007-07-28 22:50:37 +0000
commit26e10071914fe3ba3e2f168df85b2935884b44b7 (patch)
tree422dfe359fbfb27763aa5dd3a8f78d916dda6221 /src/libs/gui/PortPropertiesWindow.cpp
parent7dd171d955067c947168db2ca88f40d60aa5abbb (diff)
downloadingen-26e10071914fe3ba3e2f168df85b2935884b44b7.tar.gz
ingen-26e10071914fe3ba3e2f168df85b2935884b44b7.tar.bz2
ingen-26e10071914fe3ba3e2f168df85b2935884b44b7.zip
Remove (now) generated LV2 stuff Makefiles from repo.
Fix various port range/value/sync problems with the new sliders (fix tickets 64, 65). git-svn-id: http://svn.drobilla.net/lad/ingen@649 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/gui/PortPropertiesWindow.cpp')
-rw-r--r--src/libs/gui/PortPropertiesWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/gui/PortPropertiesWindow.cpp b/src/libs/gui/PortPropertiesWindow.cpp
index c975d289..3d69e648 100644
--- a/src/libs/gui/PortPropertiesWindow.cpp
+++ b/src/libs/gui/PortPropertiesWindow.cpp
@@ -65,7 +65,7 @@ PortPropertiesWindow::init(ControlGroup* control, SharedPtr<PortModel> pm)
float min = 0.0f, max = 1.0f;
boost::shared_ptr<NodeModel> parent = PtrCast<NodeModel>(_port_model->parent());
if (parent)
- parent->port_value_range(_port_model->path().name(), min, max);
+ parent->port_value_range(_port_model, min, max);
_initial_min = min;
_initial_max = max;