mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
fix: DisplayRange
is not updated when text diff view is opened for the first time
This commit is contained in:
parent
a1c48dd11b
commit
bb41fcea3e
1 changed files with 1 additions and 0 deletions
|
@ -619,6 +619,7 @@ namespace SourceGit.Views
|
||||||
TextArea.TextView.VisualLinesChanged += OnTextViewVisualLinesChanged;
|
TextArea.TextView.VisualLinesChanged += OnTextViewVisualLinesChanged;
|
||||||
|
|
||||||
UpdateTextMate();
|
UpdateTextMate();
|
||||||
|
OnTextViewVisualLinesChanged(null, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void OnUnloaded(RoutedEventArgs e)
|
protected override void OnUnloaded(RoutedEventArgs e)
|
||||||
|
|
Loading…
Reference in a new issue