Merge pull request #1594 from GF-Huang/fix-Window-NonClientAreaContent

Fix NonClientAreaContent.
This commit is contained in:
NaBian 2024-05-29 22:00:04 +08:00 committed by GitHub
commit cfeef2d01a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -189,6 +189,7 @@
</MultiBinding>
</TextBlock.Visibility>
</TextBlock>
<ContentPresenter WindowChrome.IsHitTestVisibleInChrome="True" Grid.Column="2" x:Name="ContentPresenterMain" Content="{TemplateBinding NonClientAreaContent}"/>
</Grid>
</Grid>
</hc:SimplePanel>