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:
parent
794e8d8a04
commit
ad0deb16a2
|
@ -966,6 +966,8 @@ void PCB_EDIT_FRAME::onBoardLoaded()
|
||||||
// Display the loaded board:
|
// Display the loaded board:
|
||||||
Zoom_Automatique( false );
|
Zoom_Automatique( false );
|
||||||
|
|
||||||
|
Refresh();
|
||||||
|
|
||||||
SetMsgPanel( GetBoard() );
|
SetMsgPanel( GetBoard() );
|
||||||
SetStatusText( wxEmptyString );
|
SetStatusText( wxEmptyString );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue