|
@@ -61,7 +61,7 @@
|
|
|
<Grid Grid.Row="2" Margin="8,8,0,0">
|
|
|
<StackPanel Orientation="Horizontal" >
|
|
|
<TextBlock Text="Overlap:" VerticalAlignment="Center" FontSize="14" Width="80"></TextBlock>
|
|
|
- <TextBox Height="32" Width="88" Margin="16,0,16,0" Text="{Binding OverlapNumber,Mode=TwoWay}">
|
|
|
+ <TextBox Height="32" Width="88" Margin="16,0,16,0" Text="{Binding OverlapNumber,UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}">
|
|
|
<TextBox.InputBindings>
|
|
|
<KeyBinding Command="{Binding SetOverlapCommand}" Key="Return"></KeyBinding>
|
|
|
</TextBox.InputBindings>
|