beremiz
Clone
Summary
Browse
Changes
Graph
Fix black background in preview window
2018-09-25, Andrey Skvortsov
4ec6d6cd23ca
Fix black background in preview window
Problem found and fixed on GNU/Linux
wxWidgets 3.0 built with GTK3+ support and running on Xorg.
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"))