- fixed a small GUI issue in Excellon UI when Basic mode is active

This commit is contained in:
Marius Stanciu
2020-01-13 16:06:29 +02:00
committed by Marius
parent 5b3f318e56
commit 02cfd96715
3 changed files with 10 additions and 3 deletions

View File

@@ -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,