diff options
author | sr55 <[email protected]> | 2012-12-24 11:19:53 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-12-24 11:19:53 +0000 |
commit | ee2c5d5e749d0e60efa296d86873b213ef2b217d (patch) | |
tree | 3f4a15250dfe6b7ea4aff6c5d38e178b51bbc5d6 /win/CS/HandBrakeWPF/Views | |
parent | 7418e231602b999c899070799f591f814bcdcc8a (diff) |
WinGui: Fix SRT Offset.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5104 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/SubtitlesView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/SubtitlesView.xaml b/win/CS/HandBrakeWPF/Views/SubtitlesView.xaml index 0f5d69f21..7df387759 100644 --- a/win/CS/HandBrakeWPF/Views/SubtitlesView.xaml +++ b/win/CS/HandBrakeWPF/Views/SubtitlesView.xaml @@ -233,7 +233,7 @@ Margin="5,0,5,0"
HorizontalAlignment="Left"
IsEnabled="{Binding IsSrtSubtitle}"
- Value="{Binding SrtOffset}" />
+ Value="{Binding SrtOffset, Mode=TwoWay}" />
</Grid>
|