fix: 未开启切换时反选按钮 Border 错误

This commit is contained in:
uye
2026-07-14 16:44:54 +08:00
parent e032e0f000
commit 3e911d4c90

View File

@@ -431,6 +431,7 @@
Height="30"
HorizontalAlignment="Stretch"
VerticalAlignment="Top"
hc:BorderElement.CornerRadius="0,4,4,0"
Command="{s:Action InverseSelected}"
Content="{Binding InverseShowText}"
IsEnabled="{c:Binding 'Idle or !Inited'}"