Skip to content

Commit 2a31233

Browse files
committed
Default style fix
1 parent d6f3340 commit 2a31233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Telegram/Controls/SettingsRadioButton.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class SettingsRadioButton : FauxRadioButton
1515

1616
public SettingsRadioButton()
1717
{
18-
DefaultStyleKey = typeof(SettingsCheckBox);
18+
DefaultStyleKey = typeof(SettingsRadioButton);
1919
}
2020

2121
protected override void OnApplyTemplate()

0 commit comments

Comments
 (0)