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

ToolSetupWindow: move Show() to *after* window feel is set. #638

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

dsizzle
Copy link
Collaborator

@dsizzle dsizzle commented Oct 13, 2023

Fixes #290

  • also did minor code move to remove extra 'if' statement

@humdingerb
Copy link
Member

Fixed! Was the reason obvious to you, or a mystery that needed some digging? Just wondering, when you see the solution, it seems almost "duh"...

@dsizzle
Copy link
Collaborator Author

dsizzle commented Oct 13, 2023

Was the reason obvious to you, or a mystery that needed some digging?

Not at all obvious. I have spent time looking at this on multiple occasions and trying to figure out what in the world is different about the Tool Setup window.

when you see the solution, it seems almost "duh"...

I wouldn't agree with that - I feel like this changed in the last year or so and wasn't an issue before. I think the "feel" should be able to be changed when a window is visible.

@dsizzle dsizzle merged commit df31bf6 into HaikuArchives:master Oct 13, 2023
@dsizzle dsizzle deleted the tiny-button branch October 13, 2023 06:25
@humdingerb
Copy link
Member

I wouldn't agree with that - I feel like this changed in the last year or so and wasn't an issue before.

Dunno when it first appeared. The "duh" part to me was that it was linked to the Feel in the first place. In retrospect, it's at least very probably that the Feel - i.e. the look of the window title bar and its close widget - should have to do something with it. Of course, that it was hinging on the Show() state of the window is not obvious.
Anyway, "death halloo" to the victorious bug hunter!

I think the "feel" should be able to be changed when a window is visible.

Agreed.

@dsizzle
Copy link
Collaborator Author

dsizzle commented Oct 13, 2023

The "duh" part to me was that it was linked to the Feel in the first place

ah, ok. Yes, THAT part was obvious to me - I knew it was somehow related to the Feel, but all the other windows do the same kind of changes for the "always on top" setting, so I was blocked on trying to figure out what in the world was different.

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

Successfully merging this pull request may close these issues.

Button to close 'Tool settings' window is too small when the window is active
2 participants