-
Beta Was this translation helpful? Give feedback.
Answered by
Adanos020
Aug 28, 2023
Replies: 1 comment 1 reply
-
Hey! In a recently merged PR (#160), This change is included in the changelog file on the Hope this helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ToppDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! In a recently merged PR (#160),
DockArea::scroll_area_in_tabs
was replaced withTabViewer::scroll_bars
which lets you control both scroll bars on individual tabs. If you want to disable all scrolling on all tabs, simply override that method and make it always return[false, false]
.This change is included in the changelog file on the
release-0.7
branch. I recommend checking it out from time to time.Hope this helps!