In planner / add dive use 'ESC' to hide the gas selection popup

Not sure if there are other keys we should support.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-09-21 08:50:09 -07:00
parent a8888eaf26
commit 5e6ed53e40
2 changed files with 12 additions and 0 deletions

View file

@ -153,6 +153,7 @@ private slots:
void selectGas(const QModelIndex& index);
void pointInserted(const QModelIndex&, int start, int end);
void pointsRemoved(const QModelIndex&, int start, int end);
bool eventFilter(QObject *object, QEvent* event);
private:
void moveActiveHandler(const QPointF& MappedPos, const int pos);