svgui/README
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Thu, 22 Dec 2016 17:39:58 +0300
changeset 1612 bd03e1217fa5
parent 728 e0424e96e3fd
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.
371
b7cb57a2da08 Adding new svgui support using twisted website HMI
laurent
parents:
diff changeset
     1
SVGUI HMI