[GUI] new icon to mark for recomputation

The icon is from @bitacovir
This commit is contained in:
donovaly
2021-04-11 22:05:42 +02:00
committed by wwmayer
parent 6a7184139d
commit 525f5dd709
3 changed files with 552 additions and 0 deletions

View File

@@ -2681,6 +2681,7 @@ void TreeWidget::setupText()
this->markRecomputeAction->setText(tr("Mark to recompute"));
this->markRecomputeAction->setStatusTip(tr("Mark this object to be recomputed"));
this->markRecomputeAction->setIcon(BitmapFactory().iconFromTheme("Std_MarkToRecompute"));
this->recomputeObjectAction->setText(tr("Recompute object"));
this->recomputeObjectAction->setStatusTip(tr("Recompute the selected object"));