mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 23:51:09 -04:00
disabled revert for info tables (no easy way to make this work)
This commit is contained in:
parent
d49b8e7443
commit
a44fad4c59
@ -33,6 +33,9 @@ void CSVWorld::Table::contextMenuEvent (QContextMenuEvent *event)
|
|||||||
if (mCreateAction)
|
if (mCreateAction)
|
||||||
menu.addAction (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)
|
if (listRevertableSelectedIds().size()>0)
|
||||||
menu.addAction (mRevertAction);
|
menu.addAction (mRevertAction);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user