.hgignore
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Tue, 11 Apr 2017 19:09:34 +0300
changeset 1678 55b6db51eb63
parent 1651 f077f8fb9ba7
child 1725 f8e4650619f7
permissions -rw-r--r--
fix clearing project name on opening project properties page.

The problem exists only on Windows with wxPython-3.0.

This happens because callback for EVT_KILL_FOCUS for a first text
control (project name) is called just after creating page with project
properties. It happens before initializing text controls from PLCController.
.project

.directory

syntax: regexp
^tests/.*/build$
^.idea/.*
syntax: regexp
^.*\.pyc$
syntax: regexp
^.*~$
syntax: regexp
^.*\.swp$

bug_report.*\.txt
i18n/.*.new$
revision