Skip to content

Commit

Permalink
Flickering Bug
Browse files Browse the repository at this point in the history
Backcolor
  • Loading branch information
czapek committed Jul 5, 2020
1 parent 210b9b5 commit 998655b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion log4jDigger/Controls/LogListControl.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions log4jDigger/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions log4jDigger/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ private void WorkerIndex_DoWork(object sender, DoWorkEventArgs e)

private void WorkerIndex_RunWorkerCompleted(object sender, RunWorkerCompletedEventArgs e)
{
this.Follow = wasFollowing || logfileBasketControl.ForceFollow;
selectedLogListControl.ShortLeftInfo = $"{streamingFactory.PositionList.Count - 1:n0} lines";
searchControlMain.StreamingFactory = streamingFactory;
selectedLogListControl.ResetSetStreamingFactory();
Expand Down

0 comments on commit 998655b

Please sign in to comment.