Remove smooth operation from component mesh.
parent
160d2aae5e
commit
7491679425
|
@ -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, [=]() {
|
||||||
|
|
Loading…
Reference in New Issue