diff -r 56b48961cc68 -r 0f1081928d65 controls/LogViewer.py --- a/controls/LogViewer.py Thu Sep 28 12:20:40 2017 +0300 +++ b/controls/LogViewer.py Thu Sep 28 15:17:57 2017 +0300 @@ -25,15 +25,16 @@ from datetime import datetime from time import time as gettime +from weakref import proxy + import numpy - import wx from controls.CustomToolTip import CustomToolTip, TOOLTIP_WAIT_PERIOD from editors.DebugViewer import DebugViewer, REFRESH_PERIOD from targets.typemapping import LogLevelsCount, LogLevels from util.BitmapLibrary import GetBitmap -from weakref import proxy + THUMB_SIZE_RATIO = 1. / 8.