This commit is contained in:
2025-11-16 09:32:24 +01:00
parent e969533dc0
commit 5a8322f5b7
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ namespace Pilz.UI.AvaloniaUI.Controls;
public partial class ImageDropDownButton : DropDownButton
{
protected override Type StyleKeyOverride => typeof(SplitButton);
protected override Type StyleKeyOverride => typeof(DropDownButton);
public ImageDropDownButton()
{

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<PropertyGroup>
<Version>1.2.12</Version>
<Version>1.2.13</Version>
</PropertyGroup>
<ItemGroup>