[Gui] add recompute icon to context menu

as discussed here: https://forum.freecadweb.org/viewtopic.php?f=34&t=57139&start=10
This commit is contained in:
donovaly
2021-03-29 04:39:16 +02:00
committed by wmayer
parent f45207fcb1
commit c712b2feb6

View File

@@ -2684,6 +2684,7 @@ void TreeWidget::setupText()
this->recomputeObjectAction->setText(tr("Recompute object"));
this->recomputeObjectAction->setStatusTip(tr("Recompute the selected object"));
this->recomputeObjectAction->setIcon(BitmapFactory().iconFromTheme("view-refresh"));
}
void TreeWidget::syncView(ViewProviderDocumentObject *vp)