Skip to content

Fix dialog not going away after printing

James Westman requested to merge jwestman/gnome-maps:fix-print-dialog into master

This happened because the wrong condition was being checked to close the message dialog. Now it will be closed when rendering is finished, not when printing is finished.

Merge request reports