diff options
Diffstat (limited to 'src/gui/Port.hpp')
-rw-r--r-- | src/gui/Port.hpp | 1 |
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; }; |