diff -r 2f51c66b3120 -r 7ab862396a8a Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py --- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py Thu Sep 03 19:15:51 2015 +0200 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py Thu Sep 03 23:01:02 2015 +0200 @@ -715,6 +715,9 @@ else: editor.toggleWarning( lineno, 0, True, message, warningType=editor.WarningStyle) + + editor = vm.activeWindow() + editor.updateVerticalScrollBar() @pyqtSlot() def on_resultList_itemSelectionChanged(self): @@ -761,6 +764,9 @@ if file not in errorFiles: editor = vm.getOpenEditor(file) editor.clearStyleWarnings() + + editor = vm.activeWindow() + editor.updateVerticalScrollBar() @pyqtSlot() def on_statisticsButton_clicked(self):