fix - MacOS - Sometimes selected area remains on the screen after saving capture

(cherry picked from commit a38825d16338bbd96d326188513164e81bfe7b60)
This commit is contained in:
Yuriy Puchkov
2021-01-29 16:51:43 +02:00
parent c3ee36f809
commit 7bdbfc5546

View File

@@ -68,6 +68,7 @@ void SaveTool::pressed(const CaptureContext& context)
if (0 ==
className.compare(CaptureWidget::staticMetaObject.className())) {
widget->showNormal();
widget->hide();
break;
}
}