mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
parent
be91314ba6
commit
95e73a04df
@ -1305,7 +1305,7 @@ void RiaApplication::executeCommandObjects()
|
|||||||
auto currentCommandQueue = m_commandQueue;
|
auto currentCommandQueue = m_commandQueue;
|
||||||
for ( auto command : currentCommandQueue )
|
for ( auto command : currentCommandQueue )
|
||||||
{
|
{
|
||||||
if ( command->isAsyncronous() )
|
if ( !command->isAsyncronous() )
|
||||||
{
|
{
|
||||||
command->redo();
|
command->redo();
|
||||||
m_commandQueue.remove( command );
|
m_commandQueue.remove( command );
|
||||||
|
Loading…
Reference in New Issue
Block a user