If a user made a layout, returned to drawing, made some changes and returned to
layout again, Valentina will open the Layout settings dialog automatically. --HG-- branch : develop
This commit is contained in:
parent
194a1878df
commit
4b859a897e
|
@ -2732,7 +2732,7 @@ void MainWindow::ActionLayout(bool checked)
|
||||||
|
|
||||||
ShowPaper(ui->listWidget->currentRow());
|
ShowPaper(ui->listWidget->currentRow());
|
||||||
|
|
||||||
if (scenes.isEmpty())
|
if (scenes.isEmpty() || isLayoutStale)
|
||||||
{
|
{
|
||||||
ui->toolButtonLayoutSettings->click();
|
ui->toolButtonLayoutSettings->click();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user