Open
Conversation
Handling situations when Window is null to prevent NullReferenceExceptions; Fixed issue with maximized window preventing taskbar to show when taskbar is at the bottom and "Automatically hide taskbar" is enabled
Owner
|
2022年4月9日(土) 2:04 Milos Paripovic ***@***.***>:
… Handling situations when Window is null to prevent NullReferenceExceptions
(received reports of those in ApplicationInsights);
Fixed issue with maximized window preventing taskbar to show when taskbar
is at the bottom and "Automatically hide taskbar" is enabled (Window height
lowered by 1dip)
------------------------------
You can view, comment on, or merge this pull request online at:
#161
Commit Summary
- e4f37fc
<e4f37fc>
Update AcrylicWindow.cs
File Changes
(1 file <https://github.com/sourcechord/FluentWPF/pull/161/files>)
- *M* FluentWPF/AcrylicWindow.cs
<https://github.com/sourcechord/FluentWPF/pull/161/files#diff-4eeb50ca06ced398e0c5b5c8430898a7e9c178a177f0e40bd8c3128a5d6f84b3>
(72)
Patch Links:
- https://github.com/sourcechord/FluentWPF/pull/161.patch
- https://github.com/sourcechord/FluentWPF/pull/161.diff
—
Reply to this email directly, view it on GitHub
<#161>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADRDPXHLR5A2PTKVIAOUTEDVEBRKZANCNFSM5S5EDQYA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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.
Handling situations when Window is null to prevent NullReferenceExceptions (received reports of those in ApplicationInsights);
Fixed issue with maximized window preventing taskbar to show when taskbar is at the bottom and "Automatically hide taskbar" is enabled (Window height lowered by 1dip)