mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-23 19:20:56 +00:00
disabling dialogue sub-views for now
This commit is contained in:
parent
cd662af634
commit
90d05858ef
@ -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…
x
Reference in New Issue
Block a user