Refresh after a Select All (without having to wait for mouse move).
This commit is contained in:
parent
6550e01318
commit
ce7794d9b6
|
@ -865,6 +865,8 @@ int SELECTION_TOOL::SelectAll( const TOOL_EVENT& aEvent )
|
|||
select( item );
|
||||
}
|
||||
|
||||
m_frame->GetCanvas()->ForceRefresh();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue