feat: further simplify pure rectangle.
This commit is contained in:
@@ -77,7 +77,7 @@ public partial class OverlayDialogHost: Canvas
|
||||
};
|
||||
if (modal)
|
||||
{
|
||||
rec[!Shape.FillProperty] = this[!OverlayMaskBrushProperty];
|
||||
rec[!PureRectangle.BackgroundProperty] = this[!OverlayMaskBrushProperty];
|
||||
}
|
||||
else if(canCloseOnClick)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user