mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-17 00:29:06 +00:00
Remove 50ms delay seen in some actions, like duplicating schematic items.
(cherry picked from commit 339646a267
)
This commit is contained in:
parent
6347cb043e
commit
7cb754ddbb
@ -362,7 +362,6 @@ bool TOOL_MANAGER::doRunAction( const TOOL_ACTION& aAction, bool aNow, const std
|
||||
|
||||
while( synchronousControl == STS_RUNNING )
|
||||
{
|
||||
wxMilliSleep( 50 );
|
||||
wxYield();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user