Refresh after a Select All (without having to wait for mouse move).

This commit is contained in:
Jeff Young 2020-10-08 23:59:07 +01:00
parent 6550e01318
commit ce7794d9b6
1 changed files with 2 additions and 0 deletions

View File

@ -865,6 +865,8 @@ int SELECTION_TOOL::SelectAll( const TOOL_EVENT& aEvent )
select( item );
}
m_frame->GetCanvas()->ForceRefresh();
return 0;
}