Merge pull request #12064 from bdieterm/fixPlaneTransparency

Gui: add explicit transparency specification
This commit is contained in:
Chris Hennes
2024-01-23 21:33:20 -06:00
committed by GitHub
7 changed files with 64 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)