mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-16 07:55:00 +00:00
fix: crash when clicking Previous Difference
without visual lines (#1385)
Always scroll to top when the state of `Show All Lines` changed Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
c2187edbe9
commit
06a77502bc
2 changed files with 21 additions and 1 deletions
|
@ -122,7 +122,7 @@
|
|||
|
||||
<ToggleButton Classes="line_path"
|
||||
Width="28"
|
||||
Command="{Binding ToggleFullTextDiff}"
|
||||
Click="OnUseFullTextDiffClicked"
|
||||
IsChecked="{Binding Source={x:Static vm:Preferences.Instance}, Path=UseFullTextDiff, Mode=OneWay}"
|
||||
IsVisible="{Binding IsTextDiff}"
|
||||
ToolTip.Tip="{DynamicResource Text.Diff.VisualLines.All}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue