Skip to content
Snippets Groups Projects
Commit 6c936e49 authored by Emil "AngryAnt" Johansen's avatar Emil "AngryAnt" Johansen
Browse files

Remember to clear the history log and run a repaint when an update is received.

parent 80c5ef9f
No related branches found
No related tags found
No related merge requests found
......@@ -305,7 +305,9 @@ namespace GitHub.Unity
void OnLogUpdate(IList<GitLogEntry> entries)
{
history.Clear();
history.AddRange(entries);
Repaint();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment