diff options
author | sr55 <[email protected]> | 2012-12-24 11:26:38 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-12-24 11:26:38 +0000 |
commit | 9f47c9edc498d0063b1ddbfd85c1924b268dfacf (patch) | |
tree | fde292b99ae1e4d291ca37279eef055be2be14b5 /win/CS | |
parent | 55152a0c390263b1f6f005bc38de559db40cb3db (diff) |
WinGui: Make the advanced encoder options respond before the control has lost focus.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5106 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/AdvancedView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/AdvancedView.xaml b/win/CS/HandBrakeWPF/Views/AdvancedView.xaml index 196c4e3d6..a05b41bff 100644 --- a/win/CS/HandBrakeWPF/Views/AdvancedView.xaml +++ b/win/CS/HandBrakeWPF/Views/AdvancedView.xaml @@ -61,7 +61,7 @@ Margin="10,0,10,5"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
- Text="{Binding AdvancedOptionsString}"
+ Text="{Binding AdvancedOptionsString, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
TextWrapping="Wrap"
/>
</Grid>
|