- when changing the style for the decorations from Preferences, now change is applied immediately

This commit is contained in:
Marius Stanciu
2022-11-09 19:55:59 +02:00
committed by Marius
parent 9ec2ee2920
commit 8b4423dc0f
3 changed files with 9 additions and 0 deletions

View File

@@ -157,6 +157,8 @@ if __name__ == '__main__':
idx = 0
style = QtWidgets.QStyleFactory.keys()[idx]
app.setStyle(style)
else:
app.setStyle('windowsvista')
fc = App(qapp=app)