Revert "feat: 在不勾选吃理智药的情况下不能修改吃石头"

This reverts commit 1d92fd2174.
This commit is contained in:
zzyyyl
2022-07-19 21:59:20 +08:00
parent 2b9681ea06
commit 72edaf786c

View File

@@ -31,7 +31,7 @@
</StackPanel>
<StackPanel Orientation="Horizontal" Grid.Row="1" VerticalAlignment="Center">
<CheckBox IsChecked="{Binding UseStone}" IsEnabled="{Binding UseMedicine}" Content="吃源石*" Margin="10 10 16.5 10" />
<CheckBox IsChecked="{Binding UseStone}" Content="吃源石*" Margin="10 10 16.5 10" />
<hc:TextBox Text="{Binding StoneNumber}" TextWrapping="Wrap" Margin="10"
Width="50" InputMethod.IsInputMethodEnabled="False"
TextType="Int"/>