Refresh screen after canvas switch
Fixes https://gitlab.com/kicad/code/kicad/issues/7335
This commit is contained in:
parent
b64611af7a
commit
af3789571e
|
@ -595,6 +595,7 @@ int COMMON_TOOLS::SwitchCanvas( const TOOL_EVENT& aEvent )
|
|||
else
|
||||
wxFAIL_MSG( "Unknown canvas type" );
|
||||
|
||||
m_frame->HardRedraw();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue