Skip to content

Commit

Permalink
port documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel committed Jun 22, 2024
1 parent f1380a5 commit f3c2e59
Show file tree
Hide file tree
Showing 3 changed files with 477 additions and 120 deletions.
2 changes: 1 addition & 1 deletion examples/sync_scrollbars/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ int main(int argc, char* argv[])
// Second scrollers will follow first scroller position
scr.on_scroll = [&](point p)
{
scr2.set_position(p);
scr2.set_alignment(p);
view_.layout();
view_.refresh();
};
Expand Down
Loading

0 comments on commit f3c2e59

Please sign in to comment.