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()
{