FEM: icons, rename plane icon

This commit is contained in:
Bernd Hahnebach
2018-08-07 08:06:08 +02:00
committed by wmayer
parent eba0a6a6f8
commit 1a1ce36f93
5 changed files with 5 additions and 5 deletions

View File

@@ -388,8 +388,8 @@ void TaskPostDisplay::applyPythonCode() {
//############################################################################################
// ?
// the icon fem-plane might be wrong but I do not know any better since the plane is one of the implicit functions
TaskPostFunction::TaskPostFunction(ViewProviderDocumentObject* view, QWidget* parent): TaskPostBox(view, Gui::BitmapFactory().pixmap("fem-plane"), tr("Implicit function"), parent) {
// the icon fem-post-geo-plane might be wrong but I do not know any better since the plane is one of the implicit functions
TaskPostFunction::TaskPostFunction(ViewProviderDocumentObject* view, QWidget* parent): TaskPostBox(view, Gui::BitmapFactory().pixmap("fem-post-geo-plane"), tr("Implicit function"), parent) {
assert(view->isDerivedFrom(ViewProviderFemPostFunction::getClassTypeId()));