colorized empty label widget and fixed label info on insert

This commit is contained in:
Luis Ángel San Martín
2014-11-21 22:08:46 +01:00
parent dcc4745812
commit 12604854ea
9 changed files with 99 additions and 32 deletions

View File

@ -55,7 +55,7 @@ AddLabelDialog::AddLabelDialog(QWidget *parent) :
YACReader::LabelColors AddLabelDialog::selectedColor()
{
return YACReader::LabelColors(list->currentRow());
return YACReader::LabelColors(list->currentRow()+1);
}
QString AddLabelDialog::name()