clean up and remove nodegroupdialog
This commit is contained in:
@@ -273,7 +273,7 @@ void ViewerDisplayWidget::mouseReleaseEvent(QMouseEvent *event)
|
||||
// Handle gizmo
|
||||
MultiUndoCommand *command = new MultiUndoCommand();
|
||||
gizmos_->GizmoRelease(command);
|
||||
undo_stack()->pushIfHasChildren(command);
|
||||
Core::instance()->undo_stack()->pushIfHasChildren(command);
|
||||
gizmo_click_ = false;
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user