fix configuration

This commit is contained in:
arcan1s
2014-11-19 11:14:55 +03:00
parent f0c79a4dab
commit 5ce3a5c213
3 changed files with 3 additions and 3 deletions

View File

@ -362,7 +362,7 @@ void GraphicalItem::showConfiguration(const QStringList tags)
ui->spinBox_width->setValue(_width);
int ret = exec();
if (ret == 0) {
if (ret == 1) {
QStringList colorText;
setName(ui->label_nameValue->text());
setComment(ui->lineEdit_comment->text());