Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mochengvia committed May 25, 2023
1 parent 11da373 commit 28649eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,4 @@
</ControlTemplate.Triggers>
</ControlTemplate>

</ResourceDictionary>

<DataTrigger Binding="{Binding Path=(local:ButtonHelper.ClickBackground), Converter={StaticResource {x:Static rs:ConverterKeys.IsNonnullConverter}}, RelativeSource={RelativeSource Self}, Mode=OneWay}"
Value="True" />
<Setter Property="Background"
Value="{Binding Path=(local:ButtonHelper.ClickBackground), RelativeSource={RelativeSource TemplatedParent}, Mode=OneWay}" />
</DataTrigger>
</ResourceDictionary>
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public CornerRadius CornerRadius
}

public static readonly DependencyProperty CornerRadiusProperty =
DependencyProperty.Register("CornerRadius", typeof(CornerRadius), typeof(MultiComboBox));
VisualStateHelper.CornerRadiusProperty.AddOwner(typeof(MultiComboBox));
#endregion

#region IsDropDownOpen
Expand Down

0 comments on commit 28649eb

Please sign in to comment.