1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-01 20:45:33 +00:00

re-enabled opening of record subviews via double click in table

This commit is contained in:
Marc Zinnschlag 2013-04-09 14:28:31 +02:00
parent be4a01bdb4
commit cd33f40c8f

View file

@ -21,6 +21,5 @@ void CSVWorld::TableSubView::setEditLock (bool locked)
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()));
}