- when changing the style for the decorations from Preferences, now change is applied immediately
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user