beremiz
Clone
Summary
Browse
Changes
Graph
Fixed pattern textctrl in FindInPouDialog to get focus when dialog appear
2013-04-23, Laurent Bessard
f7aaf31d000f
Fixed pattern textctrl in FindInPouDialog to get focus when dialog appear
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)