Skip to content

Commit

Permalink
Merge pull request #1594 from GF-Huang/fix-Window-NonClientAreaContent
Browse files Browse the repository at this point in the history
Fix NonClientAreaContent.
  • Loading branch information
NaBian authored May 29, 2024
2 parents 6fca881 + 59e4d4c commit cfeef2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Shared/HandyControl_Shared/Themes/Styles/Window.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cfeef2d

Please sign in to comment.