-
Notifications
You must be signed in to change notification settings - Fork 85
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
Some tabs got invisible on tab bar #351
Comments
Tried to track down the cause of this and noticed that I created a patch with the changes I tried, which did seem to correctly track the visibility of the updown control called "spin" and also resulted in no tabs being hidden, but caused some artifacts. Not sure if any of what I tried is useful but sharing it anyway. 0001-Tried-to-fix-invisible-tabs-issue-upon-maximizing-wi.patch |
Thanks for the patch! |
It is not a perfect fix for this issue as it introduces new issues, specifically if the window is not maximized and the spin control is visible.. Also a small note about the commit adc19be.. this
|
I meant these two DrawItem calls by the way.. Line 520 in adc19be
Line 541 in adc19be
|
Created a pull request which should fix these artifacts.. #367 |
This should actually fix issue #351
I encountered that some tabs were missing on the tab bar. However, if I hovered the mouse cursor onto it, a tooltip would appear.
I had no idea how this happened.
It might be related to a bug about tab scrolling, when tabs overflowed in the bar.
The text was updated successfully, but these errors were encountered: