Remove 50ms delay seen in some actions, like duplicating schematic items.

(cherry picked from commit 339646a267)
This commit is contained in:
Alex Shvartzkop 2024-02-24 18:19:07 +03:00
parent 6347cb043e
commit 7cb754ddbb
1 changed files with 0 additions and 1 deletions

View File

@ -362,7 +362,6 @@ bool TOOL_MANAGER::doRunAction( const TOOL_ACTION& aAction, bool aNow, const std
while( synchronousControl == STS_RUNNING )
{
wxMilliSleep( 50 );
wxYield();
}