Only drag the tooltip panel when not zooming.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2013-05-10 11:45:07 -03:00 committed by Dirk Hohndel
parent 2052e44ba1
commit ea5353025f
2 changed files with 14 additions and 5 deletions

View file

@ -96,6 +96,7 @@ private:
ToolTipItem *toolTip;
graphics_context gc;
struct dive *dive;
int zoomLevel;
};
#endif