Collapse Redraw3DView and Update3DView into a single routine.
Also fixes some errors about what the flag meant (model changed, NOT redraw immediately). Fixes https://gitlab.com/kicad/code/kicad/issues/6478
This commit is contained in:
@@ -360,7 +360,7 @@ void BOARD_COMMIT::Push( const wxString& aMessage, bool aCreateUndoEntry, bool a
|
||||
if( aSetDirtyBit )
|
||||
frame->OnModify();
|
||||
else
|
||||
frame->Update3DView( false );
|
||||
frame->Update3DView( true );
|
||||
|
||||
frame->UpdateMsgPanel();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user