Skip to content

Commit

Permalink
Add missing setShouldGiveIdle call
Browse files Browse the repository at this point in the history
  • Loading branch information
DomClark committed Sep 3, 2017
1 parent 2e94eb5 commit 724d376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/vst_base/RemoteVstPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1799,6 +1799,7 @@ void RemoteVstPlugin::idle()
}
setProcessing( true );
pluginDispatch( effEditIdle );
setShouldGiveIdle( false );
setProcessing( false );
// We might have received a message whilst idling
processUIThreadMessages();
Expand Down

0 comments on commit 724d376

Please sign in to comment.