From f43ff99bb17b0b804694fcfe9537b3f62029f050 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 27 Feb 2016 20:52:16 -0800 Subject: [PATCH] Ignore the new [Show|Hide]NativeCaret methods in the wx.SearchCtrl --- etg/srchctrl.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etg/srchctrl.py b/etg/srchctrl.py index 53c4e893..5efd02b3 100644 --- a/etg/srchctrl.py +++ b/etg/srchctrl.py @@ -100,6 +100,8 @@ def run(): searchCtrl.find('LoadFile').ignore() searchCtrl.find('SaveFile').ignore() searchCtrl.find('MacCheckSpelling').ignore() + searchCtrl.find('ShowNativeCaret').ignore() + searchCtrl.find('HideNativeCaret').ignore() # Add some properties that autoProperties would not see because they are