partial Route::set_state() calls with a MementoCommand should not reset processor state (#9434)
This commit is contained in:
@@ -3117,6 +3117,11 @@ void
|
||||
Route::set_processor_state (const XMLNode& node, int version)
|
||||
{
|
||||
const XMLNodeList &nlist = node.children();
|
||||
|
||||
if (nlist.empty()) {
|
||||
return;
|
||||
}
|
||||
|
||||
XMLNodeConstIterator niter;
|
||||
ProcessorList new_order;
|
||||
bool must_configure = false;
|
||||
|
||||
Reference in New Issue
Block a user