Gui: add explicit transparency specification

This commit is contained in:
bdieterm
2024-01-21 17:41:31 +01:00
parent f178206a2f
commit abfe38e0e7
4 changed files with 4 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ void ImpExpDxfReadGui::ApplyGuiStyles(Part::Feature* object)
view->LineColor.setValue(color);
view->PointColor.setValue(color);
view->ShapeColor.setValue(color);
view->Transparency.setValue(0);
}
void ImpExpDxfReadGui::ApplyGuiStyles(App::FeaturePython* object)