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 e305dbd49c
commit 5fd21f80da
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";
}
}