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 f1380a5 commit 7d55f1dCopy full SHA for 7d55f1d
3 files changed
examples/sync_scrollbars/main.cpp
@@ -45,7 +45,7 @@ int main(int argc, char* argv[])
45
// Second scrollers will follow first scroller position
46
scr.on_scroll = [&](point p)
47
{
48
- scr2.set_position(p);
+ scr2.set_alignment(p);
49
view_.layout();
50
view_.refresh();
51
};
0 commit comments