If not setting modified on a commit, at least update 3D viewer.
Fixes https://gitlab.com/kicad/code/kicad/issues/6296
This commit is contained in:
parent
2b438cc909
commit
cff1e0ab0a
|
@ -353,6 +353,8 @@ void BOARD_COMMIT::Push( const wxString& aMessage, bool aCreateUndoEntry, bool a
|
||||||
|
|
||||||
if( aSetDirtyBit )
|
if( aSetDirtyBit )
|
||||||
frame->OnModify();
|
frame->OnModify();
|
||||||
|
else
|
||||||
|
frame->Update3DView( false );
|
||||||
|
|
||||||
frame->UpdateMsgPanel();
|
frame->UpdateMsgPanel();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue