From 5f94504e589c891ff24bd3f30bd064713d9945c1 Mon Sep 17 00:00:00 2001 From: Rikko Date: Sat, 27 Aug 2022 19:47:59 +0530 Subject: [PATCH] Fix text higlight when Plugin Manager is selected in Settings --- plugin_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_manager.py b/plugin_manager.py index d706a92..2af40c9 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -1884,7 +1884,7 @@ class NewAllSettingsWindow(ba.Window): button_type="square", label="", on_activate_call=self._do_modmanager) - _b_title(x_offs6, v, avb, ba.Lstr(value="Plugin Manager")) + _b_title(x_offs6, v, mmb, ba.Lstr(value="Plugin Manager")) imgw = imgh = 120 ba.imagewidget(parent=self._root_widget, position=(x_offs6 + basew * 0.49 - imgw * 0.5 + 5,