- fixed a small GUI issue in Excellon UI when Basic mode is active
This commit is contained in:
@@ -524,8 +524,8 @@ class App(QtCore.QObject):
|
||||
"global_cursor_type": "small",
|
||||
"global_cursor_size": 20,
|
||||
"global_cursor_width": 2,
|
||||
"global_cursor_color": '#000000',
|
||||
"global_cursor_color_enabled": False,
|
||||
"global_cursor_color": '#FF0000',
|
||||
"global_cursor_color_enabled": True,
|
||||
|
||||
# Gerber General
|
||||
"gerber_plot": True,
|
||||
|
||||
Reference in New Issue
Block a user