diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-10 11:45:07 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-10 08:16:00 -0700 |
commit | ea5353025f58aaaf31d7cf9d1ca92c93d9357c16 (patch) | |
tree | 76bc512c2be41670d0346f4c4aacb3ca33cda35e /qt-ui/profilegraphics.h | |
parent | 2052e44ba19b4bc9689792bbff2170fc3426d42a (diff) | |
download | subsurface-ea5353025f58aaaf31d7cf9d1ca92c93d9357c16.tar.gz |
Only drag the tooltip panel when not zooming.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profilegraphics.h')
-rw-r--r-- | qt-ui/profilegraphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/profilegraphics.h b/qt-ui/profilegraphics.h index b9b57db08..288c9230a 100644 --- a/qt-ui/profilegraphics.h +++ b/qt-ui/profilegraphics.h @@ -96,6 +96,7 @@ private: ToolTipItem *toolTip; graphics_context gc; struct dive *dive; + int zoomLevel; }; #endif |