Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mOverflowing flag reset in TabHeader class #482

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mahmtfs
Copy link

@mahmtfs mahmtfs commented Oct 20, 2024

File modified: src/tabheader.cpp
Lines modified: 298
Reason:
The arrows (or control buttons) in TabHeader are being drawn whenever the mOverflowing flag is set.
The issue is that the mOverflowing flag is being set under certain conditions, but it is never reset.
I fixed the issue by resetting it whenever the conditions are not met, which stops drawing arrows
(or control buttons) whenever they are not needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant