We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ab4a7 commit 6ab46c4Copy full SHA for 6ab46c4
1 file changed
src/NotepadNext/decorators/HighlightedScrollBar.cpp
@@ -32,7 +32,7 @@ const QColor CURSOR_CARET_COLOR = QColor(0, 0, 0, 100);
32
HighlightedScrollBarDecorator::HighlightedScrollBarDecorator(ScintillaNext *editor)
33
: EditorDecorator(editor), scrollBar(new HighlightedScrollBar(editor, Qt::Vertical, editor))
34
{
35
- connect(scrollBar, &QScrollBar::valueChanged, editor, &ScintillaEdit::scrollVertical);
+ connect(scrollBar, &QScrollBar::valueChanged, editor, &ScintillaEditBase::scrollVertical);
36
37
editor->setVerticalScrollBar(scrollBar);
38
}
0 commit comments