mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-21 09:23:51 +00:00
disabled revert for info tables (no easy way to make this work)
This commit is contained in:
parent
d49b8e7443
commit
a44fad4c59
1 changed files with 5 additions and 2 deletions
|
@ -33,6 +33,9 @@ void CSVWorld::Table::contextMenuEvent (QContextMenuEvent *event)
|
|||
if (mCreateAction)
|
||||
menu.addAction (mCreateAction);
|
||||
|
||||
/// \todo Reverting temporarily disabled on tables that support reordering, because
|
||||
/// revert logic currently can not handle reordering.
|
||||
if (mModel->getReordering()==CSMWorld::IdTable::Reordering_None)
|
||||
if (listRevertableSelectedIds().size()>0)
|
||||
menu.addAction (mRevertAction);
|
||||
|
||||
|
|
Loading…
Reference in a new issue