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

This commit is contained in:
Alex Shvartzkop 2024-02-24 18:19:07 +03:00
parent 97ff48b426
commit 339646a267
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();
}