X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FEvents%2FEvents_Loop.cpp;h=139e862340007e89ce5dec7723768cb401df18cd;hb=aeca03e919a402327655e3f9c133985d9223b873;hp=3ab9a1cafe5e1e7450e89be8ebbb278ef40eec9e;hpb=f1cd93fd02a54259f72e3191d037323a496b2bef;p=modules%2Fshaper.git diff --git a/src/Events/Events_Loop.cpp b/src/Events/Events_Loop.cpp index 3ab9a1caf..139e86234 100644 --- a/src/Events/Events_Loop.cpp +++ b/src/Events/Events_Loop.cpp @@ -127,6 +127,7 @@ void Events_Loop::flush(const Events_ID& theID) std::shared_ptr aGroup = aMyGroup->second; myGroups.erase(aMyGroup); send(aGroup, false); + if (!aWasFlushed) myFlushed.erase(myFlushed.find(theID.myID)); }