Don't update msgpanel while dragging zone points

This commit is contained in:
Marek Roszko 2020-08-15 14:32:24 -04:00 committed by Wayne Stambaugh
parent d2086eecdd
commit 294de666a4
1 changed files with 0 additions and 3 deletions

View File

@ -1022,9 +1022,6 @@ void POINT_EDITOR::updateItem() const
}
getView()->Update( item );
if( frame() )
frame()->SetMsgPanel( item );
}