- more changes for dark theme

This commit is contained in:
Marius Stanciu
2022-05-04 05:43:47 +03:00
committed by Marius
parent 96817e3417
commit 73ae30e016
4 changed files with 25 additions and 3 deletions

View File

@@ -218,7 +218,7 @@ class Distance(AppTool):
self.app.on_cursor_type(val="big", control_cursor=True)
self.cursor_color_memory = self.app.plotcanvas.cursor_color
if self.app.options["global_theme"] in ['defaul', 'light']:
if self.app.options["global_theme"] in ['default', 'light']:
if self.app.use_3d_engine is True:
self.app.plotcanvas.cursor_color = '#000000FF'
else: