beremiz
Clone
Summary
Browse
Changes
Graph
force redraw only through EVT_PAINT event and use wxPaintDC, as described in wx documentation
2019-04-11, Edouard Tisserant
1c34bd8c5077
force redraw only through EVT_PAINT event and use wxPaintDC, as described in wx documentation
from __future__ import absolute_import
from etherlab.etherlab import *
from util.BitmapLibrary import AddBitmapFolder
import util.paths as paths
AddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images"))