TechDraw housekeeping: TechDraw_LandmarkDimension icon fix (#5033)

TechDraw housekeeping: TechDraw_LandmarkDimension icon fix
This commit is contained in:
Roy-043
2021-09-17 01:42:11 +02:00
committed by GitHub
parent 28d8d808a8
commit fa2851a7e8
4 changed files with 5 additions and 5 deletions

View File

@@ -102,7 +102,7 @@ void ViewProviderDimension::attach(App::DocumentObject *pcFeat)
sPixmap = "TechDraw_Dimension";
if (getViewObject()->isDerivedFrom(TechDraw::LandmarkDimension::getClassTypeId())) {
sPixmap = "techdraw-landmarkdistance";
sPixmap = "TechDraw_LandmarkDimension";
}
}