- Gerber Parser: fixed a bug where a region is a MultiPolygon and failed because of changes in Shapely starting with version 2.0

This commit is contained in:
Marius Stanciu
2023-07-05 16:22:49 +03:00
parent eae925a2b7
commit 4d5287ce12
3 changed files with 16 additions and 36 deletions

View File

@@ -34,7 +34,7 @@ class VisPyCanvas(scene.SceneCanvas):
if settings.contains("axis_font_size"):
a_fsize = settings.value('axis_font_size', type=int)
else:
a_fsize = 8
a_fsize = 6
if settings.contains("theme"):
theme = settings.value('theme', type=str)