mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04: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