Show appers only after user change format.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-03-31 16:38:59 +03:00
parent 8d497c68eb
commit b14e98fea3

View file

@ -68,6 +68,7 @@ DialogSaveLayout::DialogSaveLayout(const QMap<QString, QString> &formates, int c
connect(ui->lineEditPath, &QLineEdit::textChanged, this, &DialogSaveLayout::PathChanged);
ui->lineEditPath->setText(qApp->getSettings()->GetPathLayout());
ShowExample();//Show example for current format.
}
//---------------------------------------------------------------------------------------------------------------------