Application wide updates for dark mode support including dark canvas option and better colors
This commit is contained in:
@@ -7192,7 +7192,7 @@ class CNCjob(Geometry):
|
||||
return
|
||||
|
||||
try:
|
||||
if self.app.options['global_theme'] == 'white':
|
||||
if self.app.options['global_theme'] == 'light':
|
||||
obj.annotation.set(text=text, pos=pos, visible=obj.obj_options['plot'],
|
||||
font_size=self.app.options["cncjob_annotation_fontsize"],
|
||||
color=self.app.options["cncjob_annotation_fontcolor"])
|
||||
|
||||
Reference in New Issue
Block a user