Cancel dive edit when escape key is pressed

Also seems intuitive. What's odd is that in the Planner you get a
confirmation dialog while here you don't. We should be consistent.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-06-03 15:29:28 -07:00
parent 09403f3724
commit fafaf0eef0
2 changed files with 13 additions and 0 deletions

View file

@ -82,6 +82,7 @@ slots:
void toggleTriggeredColumn();
void updateTextLabels(bool showUnits = true);
QString trHemisphere(const char *orig);
void escDetected(void);
private:
Ui::MainTab ui;