-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hide measurement rubberband on dialog close
Fix #12834
- Loading branch information
Showing
2 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f67a08a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @m-kuhn, I still see the issue after this commit, the issue occurs when closing the dialog with x button (or Alt+F4), for me it is necessary to add
restart()
toQgsMeasureDialog::closeEvent( QCloseEvent *e )
.Thanks.
f67a08a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have the X on my window manager, I tried with
Esc
, so that's what my first commit fixed. Can you verify the next one fixes it for you as well (works fine withAlt
+F4
here)f67a08a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, with 6eb1404 all good. thanks.