- fixed an issue regarding the statusbar pixmap selection
This commit is contained in:
@@ -3706,7 +3706,7 @@ class App(QtCore.QObject):
|
||||
"""
|
||||
|
||||
# Type of message in brackets at the beginning of the message.
|
||||
match = re.search("\[([^\]]+)\](.*)", msg)
|
||||
match = re.search(r"\[(.*)\](.*)", msg)
|
||||
if match:
|
||||
level = match.group(1)
|
||||
msg_ = match.group(2)
|
||||
|
||||
Reference in New Issue
Block a user