mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
colorized empty label widget and fixed label info on insert
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user