Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Conversation

swwind
Copy link

@swwind swwind commented May 13, 2021

maybe fix #1184 #928

After some tests, I found that there are two situations cause the vanishment of the title bar.

One of the situation is that the renderable of the title bar only return the size of the title bar itself (which SHOULD be the whole size of the app). Original algorithm only find the max-sized rectangle and could not handle this situation correctly.

And another situation is a little weird. The renderable of the title bar just vanished without any clue, and the reason of this is beyond my knowledge.

This PR only fix the first situation. But the second situation could be easily turned to the first situation by resize the window once.

WARNING: only tested a few APKs and only tested on my laptop with kde, archlinux.

Good Luck

Copy link
Member

@morphis morphis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM

@Fuseteam
Copy link

Fuseteam commented Aug 3, 2021

@morphis i think you forgot to merge this one

@soshimee
Copy link

@morphis hey?

@Ruakker
Copy link

Ruakker commented Nov 18, 2021

@morphis could you please merge this?

@stale
Copy link

stale bot commented Apr 16, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the decaying label Apr 16, 2022
@Fuseteam
Copy link

Changes still approved

@stale stale bot removed the decaying label Apr 19, 2022
@swwind
Copy link
Author

swwind commented May 16, 2022

This PR is one year old now. 🥳 🍰

But nothing has changed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Title bar disappearing, causing app usage issues

5 participants