Planner: don't try to update the MainTab dive info while in plan mode

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-05-26 15:17:34 -07:00
parent 0f023791f8
commit 0d58cfb641
3 changed files with 8 additions and 2 deletions

View file

@ -71,6 +71,7 @@ public:
void setupItem(AbstractProfilePolygonItem *item, DiveCartesianAxis *hAxis, DiveCartesianAxis *vAxis, DivePlotDataModel *model, int vData, int hData, int zValue);
void setPrintMode(bool mode, bool grayscale = false);
bool isPointOutOfBoundaries(const QPointF &point) const;
bool isPlanner();
State currentState;
public