--- a/src/eric7/QScintilla/EditorButtonsWidget.py Wed Dec 20 19:28:22 2023 +0100 +++ b/src/eric7/QScintilla/EditorButtonsWidget.py Thu Dec 21 12:03:40 2023 +0100 @@ -125,7 +125,8 @@ """ Protected method to handle resize events. - @param evt reference to the resize event (QResizeEvent) + @param evt reference to the resize event + @type QResizeEvent """ self.__enableScrollerButtons() super().resizeEvent(evt) @@ -160,7 +161,8 @@ """ Private method to move the sliding widget. - @param up flag indicating to move upwards (boolean) + @param up flag indicating to move upwards + @type bool """ scrollBar = self.__scroller.verticalScrollBar() stepSize = scrollBar.singleStep()