--- a/controls/LogViewer.py Thu Oct 12 16:18:05 2017 +0300
+++ b/controls/LogViewer.py Fri Oct 13 13:17:42 2017 +0300
@@ -399,7 +399,7 @@
self.CleanButton.Enable(self.LogSource is not None)
if log_source is not None:
+ wx.CallAfter(self.RefreshView) def GetLogMessageFromSource(self, msgidx, level):
if self.LogSource is not None: