diff options
author | sr55 <[email protected]> | 2012-04-01 17:32:36 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-04-01 17:32:36 +0000 |
commit | d022a7b868b924b9edc32fe84555c4b21ceda89a (patch) | |
tree | 9fcdd33bb62794f56bdc9726943894c06b6470bb /win/CS/HandBrakeWPF/Views/LogView.xaml | |
parent | 649939589305d92e9d6edf3c28955dfa37774722 (diff) |
WinGui: (WPF) User Setting Service fixes, Query Generation fixes, Logviewer live updates.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4580 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/LogView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/LogView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/LogView.xaml b/win/CS/HandBrakeWPF/Views/LogView.xaml index 24e05acdd..f1aea707d 100644 --- a/win/CS/HandBrakeWPF/Views/LogView.xaml +++ b/win/CS/HandBrakeWPF/Views/LogView.xaml @@ -28,7 +28,7 @@ </ComboBox>
</ToolBar>
- <TextBox AcceptsReturn="True" TextWrapping="Wrap" ScrollViewer.VerticalScrollBarVisibility="Visible" IsReadOnly="True" Grid.Row="1" Text="{Binding Log}" />
+ <TextBox AcceptsReturn="True" TextWrapping="Wrap" ScrollViewer.VerticalScrollBarVisibility="Visible" IsReadOnly="True" Grid.Row="1" Text="{Binding Log, Mode=OneWay}" />
</Grid>
</Grid>
|