fix: fix TopLevelMenuItem HeaderTemplate.

(cherry picked from commit 0fb1e585dbcc36d1a251b2719028e9223c7e4b46)
This commit is contained in:
Zhang Dian 2024-06-24 16:54:15 +08:00 committed by rabbitism
parent 84a255656b
commit 28b04705aa
No known key found for this signature in database

View File

@ -268,6 +268,7 @@
HorizontalAlignment="Stretch"
VerticalAlignment="Center"
Content="{TemplateBinding Header}"
ContentTemplate="{TemplateBinding HeaderTemplate}"
RecognizesAccessKey="True" />
<Popup
Name="PART_Popup"