Skip to content

Commit

Permalink
MeshPart: [skip ci] use correct icon for Mesh cross-section dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Feb 9, 2021
1 parent e5f00e4 commit f7e9ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/MeshPart/Gui/CrossSections.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ TaskCrossSections::TaskCrossSections(const Base::BoundBox3d& bb)
{
widget = new CrossSections(bb);
taskbox = new Gui::TaskView::TaskBox(
Gui::BitmapFactory().pixmap("Part_CrossSections"),
Gui::BitmapFactory().pixmap("Mesh_CrossSections"),
widget->windowTitle(), true, 0);
taskbox->groupLayout()->addWidget(widget);
Content.push_back(taskbox);
Expand Down

0 comments on commit f7e9ee7

Please sign in to comment.