Fixed Issue #372 (bug when running Valentina from commandline)
--HG-- branch : develop
This commit is contained in:
parent
7ef6cfa660
commit
fc39c52b79
|
@ -378,6 +378,7 @@ bool DialogLayoutSettings::SelectTemplate(const PaperSizeTemplate& id)
|
|||
if (index > -1)
|
||||
{
|
||||
ui->comboBoxTemplates->setCurrentIndex(index);
|
||||
TemplateSelected();
|
||||
}
|
||||
|
||||
return (index > -1);
|
||||
|
|
Loading…
Reference in New Issue
Block a user