File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 16
16
<system : Double x : Key =" PopupContentPresenterExtend" >4</system : Double >
17
17
<system : Double x : Key =" PopupTopBottomMargin" >8</system : Double >
18
18
<system : Double x : Key =" PopupLeftRightMargin" >16</system : Double >
19
+ <system : Boolean x : Key =" TrueValue" >True</system : Boolean >
19
20
20
21
<Style x : Key =" FocusVisual" >
21
22
<Setter Property =" Control.Template" >
574
575
</Trigger >
575
576
<Trigger Property =" IsEditable" Value =" true" >
576
577
<Setter Property =" IsTabStop" Value =" false" />
577
- <Setter Property =" wpf:ComboBoxAssist.ShowSelectedItem" Value =" True" />
578
+ <!-- designer prefers hard bool -->
579
+ <Setter Property =" wpf:ComboBoxAssist.ShowSelectedItem" Value =" {StaticResource TrueValue}" />
578
580
</Trigger >
579
- <Trigger Property =" wpf:ComboBoxAssist.ShowSelectedItem" Value =" True" >
581
+ <!-- designer prefers hard bool -->
582
+ <Trigger Property =" wpf:ComboBoxAssist.ShowSelectedItem" Value =" {StaticResource TrueValue}" >
580
583
<Setter Property =" ItemContainerStyle" Value =" {StaticResource MaterialDesignComboBoxItemStyle}" />
581
584
</Trigger >
582
585
</Style .Triggers>
You can’t perform that action at this time.
0 commit comments