summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchPortModule.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-02-04 19:15:40 +0000
committerDavid Robillard <d@drobilla.net>2010-02-04 19:15:40 +0000
commit89405ae847f6690471462319a794c541cc6343b1 (patch)
tree9d234fb528a8f2b41500f716fc82fd76418d5a30 /src/gui/PatchPortModule.hpp
parent6483b0601eba9489e9113f8f802a7176bdfda527 (diff)
downloadingen-89405ae847f6690471462319a794c541cc6343b1.tar.gz
ingen-89405ae847f6690471462319a794c541cc6343b1.tar.bz2
ingen-89405ae847f6690471462319a794c541cc6343b1.zip
Change patch port label when human name changes (e.g. update label when changed in the rename dialog).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2424 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/PatchPortModule.hpp')
-rw-r--r--src/gui/PatchPortModule.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/PatchPortModule.hpp b/src/gui/PatchPortModule.hpp
index e85b7c90..6659864a 100644
--- a/src/gui/PatchPortModule.hpp
+++ b/src/gui/PatchPortModule.hpp
@@ -74,7 +74,6 @@ protected:
SharedPtr<PortModel> _model;
SharedPtr<Port> _port;
PortMenu* _menu;
- bool _human_name_visible;
};