Fix updateStatusBar wrong args order

This commit is contained in:
Dmitri Bogomolov 2020-10-03 14:18:41 +03:00
parent caf3a3fbbc
commit cb0710e454
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13
1 changed files with 1 additions and 1 deletions

View File

@ -4099,7 +4099,7 @@ class MyForm(settingsmixin.SMainWindow):
def updateStatusBar(self, data):
try:
option, message = data
message, option = data
except ValueError:
option = 0
message = data