--- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py Sat Oct 19 20:02:09 2013 +0200 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py Sun Oct 20 10:36:01 2013 +0200 @@ -685,7 +685,8 @@ citm = itm.child(cindex) lineno = citm.data(0, self.lineRole) message = citm.data(0, self.messageRole) - editor.toggleFlakesWarning(lineno, True, message) + editor.toggleFlakesWarning( + lineno, True, message, warningType=editor.WarningStyle) # go through the list again to clear warning markers for files, # that are ok