mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Trim Trailing Whitespace demos
This commit is contained in:
@@ -274,7 +274,7 @@ class KeyLog(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin):
|
||||
UniChr = ''
|
||||
if "unicode" in wx.PlatformInfo:
|
||||
UniChr = "\"" + unichr(evt.GetUnicodeKey()) + "\""
|
||||
|
||||
|
||||
modifiers = ""
|
||||
for mod, ch in [(evt.ControlDown(), 'C'),
|
||||
(evt.AltDown(), 'A'),
|
||||
|
||||
Reference in New Issue
Block a user