We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c6964 commit 29688e0Copy full SHA for 29688e0
src/Wpf.Ui.Violeta/Controls/PendingBox/PendingBoxDialog.cs
@@ -82,6 +82,7 @@ public PendingBoxDialog()
82
protected override void OnSourceInitialized(EventArgs e)
83
{
84
base.OnSourceInitialized(e);
85
+ InvalidateMeasure();
86
87
if (WindowBackdrop.IsSupported(WindowBackdropType.Mica))
88
0 commit comments