-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fix: TransitionContentControl throwing exception on control height zero #2569
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2569 +/- ##
==========================================
- Coverage 63.66% 63.63% -0.03%
==========================================
Files 129 129
Lines 4612 4614 +2
==========================================
Hits 2936 2936
- Misses 1676 1678 +2
Continue to review full report at Codecov.
|
Hello, I still have this issue with version ReactiveUI.WPF 13.3.2.
I have this issue only if in the Windows settings I change the Display scale to 125%. |
Same issue for me |
Feel free to open a issue. Old pr will tend to be ignored so probably not the best place to raise issues. |
What kind of change does this PR introduce?
resolves: #2565
What is the current behavior?
GetRenderTargetBitmapFromUiElement
throws an exception whenui.Element.RenderSize.Height
is zeroWhat is the new behavior?
return a default value in the
Height == 0
caseWhat might this PR break?
TransitionContentControl
Please check if the PR fulfills these requirements
Other information: