Remove 50ms delay seen in some actions, like duplicating schematic items.
This commit is contained in:
@@ -362,7 +362,6 @@ bool TOOL_MANAGER::doRunAction( const TOOL_ACTION& aAction, bool aNow, const std
|
||||
|
||||
while( synchronousControl == STS_RUNNING )
|
||||
{
|
||||
wxMilliSleep( 50 );
|
||||
wxYield();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user