fix: Window Title Bar and Maximize Icon Not Updated Correctly When Restoring Maximized State via Code #1453#1466
Merged
pomianowski merged 2 commits intolepoco:mainfrom Oct 25, 2025
Merged
Conversation
Fix: Title Bar MaxButton When Maximizing Window Programmatically
Update: Improved Client Area Border Handling on Programmatic Maximize
|
FYI, this PR isn't properly linked to the issue (#1453), because the issue number was used in the title but not in the text. |
pomianowski
approved these changes
Oct 25, 2025
This was referenced Nov 24, 2025
This was referenced Dec 2, 2025
This was referenced Dec 22, 2025
This was referenced Dec 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Currently, when a window is maximized programmatically (e.g.,
WindowState = Maximizedin code), the title bar may not visually adjust correctly, and the client area does not provide appropriate padding. This results in content overlapping with the system-reserved areas (such as the taskbar or screen edges), and the maximize button may not reflect the correct state.Issue Number: N/A
What is the new behavior?
ClientAreaBorder.csfor maintainability and clarity.Other information
This fix ensures consistency between manual and programmatic window maximization. It improves UX for developers who customize their window behavior via code without relying on the user manually clicking the maximize button.