From 26927dab25a752d7b1880859174ce89e95bd6bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claudio=20S=C3=A1nchez?= Date: Tue, 6 Jun 2023 20:12:54 +0100 Subject: [PATCH] Update XSegEditor.py Fix non visible tooltip text when running in Linux --- XSegEditor/XSegEditor.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/XSegEditor/XSegEditor.py b/XSegEditor/XSegEditor.py index affc9f6..c326392 100644 --- a/XSegEditor/XSegEditor.py +++ b/XSegEditor/XSegEditor.py @@ -1475,6 +1475,12 @@ def start(input_dirpath): app.setFont( QFont('NotoSans')) + app.setStyleSheet("""QToolTip { + background-color: white; + color: black; + border: black solid 1px + }""") + QUIConfig.initialize() QStringDB.initialize()