tests/traffic_lights/beremiz.xml
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Thu, 22 Dec 2016 17:39:58 +0300
changeset 1612 bd03e1217fa5
parent 1383 45935812f930
child 2231 7d87a0f98345
permissions -rw-r--r--
fix close button in system menu for AboutDialog on Windows


If SetEscapeId receives wx.ID_CLOSE as parameter, then on Windows with
wxPython 2.8 system close button in title bar stops working.
If wx.ID_CANCEL or wx.ID_OK is used in SetEscapeId call, then close
button works correctly.
<?xml version='1.0' encoding='utf-8'?>
<BeremizRoot URI_location="LOCAL://">
  <TargetType/>
</BeremizRoot>