mirror of
https://github.com/LorisYounger/VPet.ModMaker.git
synced 2024-08-30 18:22:21 +00:00
修复移动编辑中状态类型错误[#314](https://github.com/LorisYounger/VPet/issues/314)
This commit is contained in:
parent
6d4e6b5100
commit
1b1f52d912
@ -168,7 +168,7 @@
|
||||
<ComboBox
|
||||
x:Name="ComboBox_ModeType"
|
||||
Grid.Column="1"
|
||||
ItemsSource="{Binding Move.Value.DirectionTypes}"
|
||||
ItemsSource="{Binding Move.Value.ModeTypes}"
|
||||
SelectedIndex="0" />
|
||||
<Button
|
||||
Grid.Column="2"
|
||||
|
Loading…
Reference in New Issue
Block a user