Valentina overrided export file even if user said no.
--HG-- branch : feature
This commit is contained in:
parent
5e286725c9
commit
575e99ee21
|
@ -436,6 +436,7 @@ void DialogSaveLayout::Save()
|
|||
.arg(name), QMessageBox::Yes|QMessageBox::No, QMessageBox::Yes);
|
||||
if (res == QMessageBox::No)
|
||||
{
|
||||
reject();
|
||||
return;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue
Block a user