forked from teamnwah/openmw-tes3coop
disabling dialogue sub-views for now
This commit is contained in:
parent
cd662af634
commit
90d05858ef
1 changed files with 2 additions and 1 deletions
|
@ -21,5 +21,6 @@ void CSVWorld::TableSubView::setEditLock (bool locked)
|
|||
|
||||
void CSVWorld::TableSubView::rowActivated (const QModelIndex& index)
|
||||
{
|
||||
focusId (mTable->getUniversalId (index.row()));
|
||||
/// \todo re-enable, after dialogue sub views have been fixed up
|
||||
// focusId (mTable->getUniversalId (index.row()));
|
||||
}
|
Loading…
Reference in a new issue