TechDraw housekeeping: TechDraw_LandmarkDimension icon fix (#5033)
TechDraw housekeeping: TechDraw_LandmarkDimension icon fix
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user