summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-23 01:47:23 +0000
committerDavid Robillard <d@drobilla.net>2012-05-23 01:47:23 +0000
commit1046c926c89dec8219fe7f94a7739b1f8a0e6277 (patch)
tree3ec9f651655d6af3538d4bb0e41ae92f96390c7d /src/gui/Port.hpp
parent7ca44cb8800a2800e58fadd0267416224650e08d (diff)
downloadingen-1046c926c89dec8219fe7f94a7739b1f8a0e6277.tar.gz
ingen-1046c926c89dec8219fe7f94a7739b1f8a0e6277.tar.bz2
ingen-1046c926c89dec8219fe7f94a7739b1f8a0e6277.zip
Update status bar only for control ports with the pointer over them.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4443 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/Port.hpp')
-rw-r--r--src/gui/Port.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp
index 0e5ad508..66f30f79 100644
--- a/src/gui/Port.hpp
+++ b/src/gui/Port.hpp
@@ -84,6 +84,7 @@ private:
App& _app;
WeakPtr<const Client::PortModel> _port_model;
bool _pressed : 1;
+ bool _entered : 1;
bool _flipped : 1;
};