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