controls/LogViewer.py
changeset 1176 f4b434672204
parent 1170 074e46cdedbc
child 1195 8f8d9859e9fc
equal deleted inserted replaced
1175:01842255c9ff 1176:f4b434672204
    27 import numpy
    27 import numpy
    28 
    28 
    29 import wx
    29 import wx
    30 
    30 
    31 from controls.CustomToolTip import CustomToolTip, TOOLTIP_WAIT_PERIOD
    31 from controls.CustomToolTip import CustomToolTip, TOOLTIP_WAIT_PERIOD
    32 from graphics import DebugViewer, REFRESH_PERIOD
    32 from editors.DebugViewer import DebugViewer, REFRESH_PERIOD
    33 from targets.typemapping import LogLevelsCount, LogLevels
    33 from targets.typemapping import LogLevelsCount, LogLevels
    34 from util.BitmapLibrary import GetBitmap
    34 from util.BitmapLibrary import GetBitmap
    35 
    35 
    36 THUMB_SIZE_RATIO = 1. / 8.
    36 THUMB_SIZE_RATIO = 1. / 8.
    37 
    37