mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-02 02:45:32 +00:00
re-enabled opening of record subviews via double click in table
This commit is contained in:
parent
be4a01bdb4
commit
cd33f40c8f
1 changed files with 1 additions and 2 deletions
|
@ -21,6 +21,5 @@ void CSVWorld::TableSubView::setEditLock (bool locked)
|
||||||
|
|
||||||
void CSVWorld::TableSubView::rowActivated (const QModelIndex& index)
|
void CSVWorld::TableSubView::rowActivated (const QModelIndex& index)
|
||||||
{
|
{
|
||||||
/// \todo re-enable, after dialogue sub views have been fixed up
|
focusId (mTable->getUniversalId (index.row()));
|
||||||
// focusId (mTable->getUniversalId (index.row()));
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue