1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 16:49:54 +00:00

Revert "Don't allow viewing non-existent cells from the regionmap."

This reverts commit 7cdab41501.
This commit is contained in:
Marc Zinnschlag 2014-10-17 13:52:21 +02:00
parent 7cdab41501
commit ba46bcad40

View file

@ -61,7 +61,7 @@ void CSVWorld::RegionMap::contextMenuEvent (QContextMenuEvent *event)
menu.addAction (mViewInTableAction);
}
if (selectionModel()->selectedIndexes().size()>0 && selectedNonExistentCells!=1)
if (selectionModel()->selectedIndexes().size()>0)
menu.addAction (mViewAction);
menu.exec (event->globalPos());