Update XSegEditor.py

Fix non visible tooltip text when running in Linux
This commit is contained in:
Claudio Sánchez 2023-06-06 20:12:54 +01:00 committed by GitHub
parent 46fc2397c5
commit 26927dab25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()