(AzSys): fixed scheme selection.

This commit is contained in:
morkt
2018-03-11 20:59:40 +04:00
parent a8e7249a10
commit 74e1556291
2 changed files with 6 additions and 4 deletions

View File

@@ -3,5 +3,5 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:p="clr-namespace:GameRes.Formats.Properties">
<ComboBox Name="Scheme" Width="180" ItemsSource="{Binding}"
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=AZScheme, Mode=TwoWay}"/>
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=AZScriptScheme, Mode=TwoWay}"/>
</StackPanel>