diff --git a/extension/ZAZPip_v0.10.2.oxt b/extension/ZAZPip_v0.10.2.oxt index 6332e55..897da46 100644 Binary files a/extension/ZAZPip_v0.10.2.oxt and b/extension/ZAZPip_v0.10.2.oxt differ diff --git a/source/pythonpath/easymacro.py b/source/pythonpath/easymacro.py index 9b115a4..a7f7099 100644 --- a/source/pythonpath/easymacro.py +++ b/source/pythonpath/easymacro.py @@ -4167,6 +4167,7 @@ class EventsFocus(EventsListenerBase, XFocusListener): if service in self.CONTROLS: obj = event.Source.Model obj.BackgroundColor = COLOR_ON_FOCUS + obj.TextColor = TEXT_COLOR_ON_FOCUS return def focusLost(self, event): @@ -6864,6 +6865,7 @@ def get_color(value): COLOR_ON_FOCUS = get_color('LightYellow') +TEXT_COLOR_ON_FOCUS = get_color('black') class LOServer(object):