fix: update todo

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2022-10-03 15:52:59 +02:00
parent e6c3dad6e5
commit 7a5f49571d
No known key found for this signature in database
GPG Key ID: C10411294912A422

View File

@ -257,7 +257,7 @@ Qt::ItemFlags InstanceList::flags(const QModelIndex& index) const
f |= Qt::ItemIsSelectable;
if (index.column() == NameColumn) {
f |= Qt::ItemIsEditable; // FIXME: bad UX! User can only use rename, if they selected the name column
f |= Qt::ItemIsEditable; // NOTE: instance view forces focus on NameColumn
}
}
return f;