diff -r 176145438b1e -r 422fd05e9c91 eric6/QScintilla/QsciScintillaCompat.py --- a/eric6/QScintilla/QsciScintillaCompat.py Thu Jun 25 19:09:55 2020 +0200 +++ b/eric6/QScintilla/QsciScintillaCompat.py Sat Jun 27 12:08:12 2020 +0200 @@ -1575,8 +1575,8 @@ height += ( userListWidget.horizontalScrollBar().sizeHint().height() ) - # List box doesn't honor limited size to show scroll bars, e.g. - # Python 2 on Win 10. So just force it. + # List box doesn't honor limited size to show scroll bars. + # So just force it. userListWidget.setHorizontalScrollBarPolicy( Qt.ScrollBarAlwaysOn)