fix: update todo
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
e6c3dad6e5
commit
7a5f49571d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user