mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 21:49:41 +00:00
Revert "Don't allow viewing non-existent cells from the regionmap."
This reverts commit 7cdab41501
.
This commit is contained in:
parent
7cdab41501
commit
ba46bcad40
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ void CSVWorld::RegionMap::contextMenuEvent (QContextMenuEvent *event)
|
||||||
menu.addAction (mViewInTableAction);
|
menu.addAction (mViewInTableAction);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (selectionModel()->selectedIndexes().size()>0 && selectedNonExistentCells!=1)
|
if (selectionModel()->selectedIndexes().size()>0)
|
||||||
menu.addAction (mViewAction);
|
menu.addAction (mViewAction);
|
||||||
|
|
||||||
menu.exec (event->globalPos());
|
menu.exec (event->globalPos());
|
||||||
|
|
Loading…
Reference in a new issue