--- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py Sun Sep 06 11:23:53 2015 +0200 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py Thu Sep 03 23:01:02 2015 +0200 @@ -630,6 +630,9 @@ else: editor.toggleWarning( lineno, 0, True, message, warningType=editor.WarningStyle) + + editor = vm.activeWindow() + editor.updateVerticalScrollBar() @pyqtSlot() def on_resultList_itemSelectionChanged(self): @@ -676,6 +679,9 @@ if file not in errorFiles: editor = vm.getOpenEditor(file) editor.clearStyleWarnings() + + editor = vm.activeWindow() + editor.updateVerticalScrollBar() @pyqtSlot() def on_statisticsButton_clicked(self):