mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
09403f3724
commit
fafaf0eef0
2 changed files with 13 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ slots:
|
|||
void toggleTriggeredColumn();
|
||||
void updateTextLabels(bool showUnits = true);
|
||||
QString trHemisphere(const char *orig);
|
||||
void escDetected(void);
|
||||
|
||||
private:
|
||||
Ui::MainTab ui;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue