Fix cursor lag in canvases on Windows.
Fixes: lp:1831541 * https://bugs.launchpad.net/kicad/+bug/1831541
This commit is contained in:
committed by
Jeff Young
parent
7ee6afeace
commit
ea0edaba21
@@ -966,7 +966,7 @@ void TOOL_MANAGER::UpdateUI( const TOOL_EVENT& aEvent )
|
||||
{
|
||||
frame->UpdateStatusBar();
|
||||
|
||||
if( !aEvent.IsMotion() )
|
||||
if( !aEvent.IsMouseAction() )
|
||||
frame->SyncToolbars();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user