.hgignore
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Tue, 31 Jul 2018 14:17:41 +0300
changeset 2257 eb6b68c4439f
parent 2165 02a2b5dee5e3
child 2352 fec90dc70e16
permissions -rw-r--r--
Fix flickering in debug panel

This flickering made debug panel unusable, because most of the time
panel was white. This problem effects wxPython with GTK3+ backend
(at least on GNU/Linux systems).

Removed code IIUC draws box with content of moved debug variable, I
don't see any effect of it neither on GNU/Linux nor on Windows. It
should be safe to remove.
.project

.directory

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

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

doc/_build
doc/locale