Remove smooth operation from component mesh.

master
Jeremy Hu 2019-02-23 22:40:11 +09:30
parent 160d2aae5e
commit 7491679425
1 changed files with 2 additions and 0 deletions

View File

@ -394,6 +394,7 @@ void PartTreeWidget::showContextMenu(const QPoint &pos)
contextMenu.addSeparator(); contextMenu.addSeparator();
/*
QWidgetAction smoothAction(this); QWidgetAction smoothAction(this);
QAction hideOthersAction(tr("Hide Others"), this); QAction hideOthersAction(tr("Hide Others"), this);
QAction lockOthersAction(tr("Lock Others"), this); QAction lockOthersAction(tr("Lock Others"), this);
@ -419,6 +420,7 @@ void PartTreeWidget::showContextMenu(const QPoint &pos)
contextMenu.addSeparator(); contextMenu.addSeparator();
} }
*/
QAction collapseAllAction(tr("Collapse All"), this); QAction collapseAllAction(tr("Collapse All"), this);
connect(&collapseAllAction, &QAction::triggered, [=]() { connect(&collapseAllAction, &QAction::triggered, [=]() {