- fixed a minor error in the Gerber Editor which created a graphic glitch on shape selection

This commit is contained in:
Marius Stanciu
2022-02-20 00:24:37 +02:00
committed by Marius
parent 012ad17a93
commit ae4a97120c
2 changed files with 5 additions and 1 deletions

View File

@@ -5553,7 +5553,7 @@ class AppGerberEditor(QtCore.QObject):
if elem in self.selected:
self.plot_shape(geometry=geometric_data,
color=self.app.options['global_sel_draw_color'] + 'FF',
color=self.app.options['global_sel_draw_color'][:-2] + 'FF',
linewidth=2)
else:
self.plot_shape(geometry=geometric_data,