Fix pcbnew: refresh canvas on opening a file only after mouse move

Fixes: lp:1760819
* https://bugs.launchpad.net/kicad/+bug/1760819
This commit is contained in:
Jean-Samuel Reynaud 2018-04-03 12:05:09 +02:00 committed by Maciej Suminski
parent 794e8d8a04
commit ad0deb16a2
1 changed files with 2 additions and 0 deletions

View File

@ -966,6 +966,8 @@ void PCB_EDIT_FRAME::onBoardLoaded()
// Display the loaded board:
Zoom_Automatique( false );
Refresh();
SetMsgPanel( GetBoard() );
SetStatusText( wxEmptyString );
}