mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-10 12:59:58 -04:00
re-enabled opening of record subviews via double click in table
This commit is contained in:
parent
be4a01bdb4
commit
cd33f40c8f
@ -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…
x
Reference in New Issue
Block a user