beremiz
Clone
Summary
Browse
Changes
Graph
fix deprecation warnings about accessing properties m_x, m_y of wxKeyEvent
2016-04-21, Andrey Skvortsov
b11045a2f17c
fix deprecation warnings about accessing properties m_x, m_y of wxKeyEvent
/home/beremiz/beremiz/controls/PouInstanceVariablesPanel.py:354: wxPyDeprecationWarning: Accessing deprecated property.
event.m_x = size.width / 2
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")