diff --git a/apps/opencs/model/world/commands.cpp b/apps/opencs/model/world/commands.cpp index a572ca632..c67de6350 100644 --- a/apps/opencs/model/world/commands.cpp +++ b/apps/opencs/model/world/commands.cpp @@ -323,11 +323,16 @@ void CSMWorld::RevertCommand::redo() // updated in the view unless the user had selected another item or forced a // repaint with other means int count = mModel.columnCount (index.parent ()); - if (count > 0) + for (int i=0; i (RecordBase::State_BaseOnly)); } }