-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enables confirmation dialog when closing Gazebo. #850
Enables confirmation dialog when closing Gazebo. #850
Conversation
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
Codecov Report
@@ Coverage Diff @@
## ign-gazebo3 #850 +/- ##
================================================
+ Coverage 65.71% 77.94% +12.23%
================================================
Files 127 215 +88
Lines 6238 12077 +5839
================================================
+ Hits 4099 9414 +5315
- Misses 2139 2663 +524
Continue to review full report at Codecov.
|
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.
LGTM 👍 Let's just wait for an ign-gui
release and then upgrade the required version here:
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
Done! |
🎉 New feature
Related to issue #820
Summary
This feature of MainWindow was added here gazebosim/gz-gui#225
-->
needs upstream release
In this PR we only have to enable this behavior.
Test it
cd ign-gazebo git checkout francocipollone/citadel_confirmation_dialog colcon build --packages-select ign-gazebo3 ign gazebo
Now try to close it!
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge