controls/SearchResultPanel.py
changeset 1870 4d070115b552
parent 1847 6198190bc121
child 1881 091005ec69c4
--- a/controls/SearchResultPanel.py	Wed Oct 11 13:55:56 2017 +0300
+++ b/controls/SearchResultPanel.py	Thu Oct 12 16:18:05 2017 +0300
@@ -315,10 +315,7 @@
             text_ctrl.SetStyle(start_idx, end_idx, style)
             self.SearchResultsTree.SetItemWindow(root, text_ctrl)
 
-        if wx.VERSION >= (2, 6, 0):
-            item, root_cookie = self.SearchResultsTree.GetFirstChild(root)
-        else:
-            item, root_cookie = self.SearchResultsTree.GetFirstChild(root, 0)
+        item, root_cookie = self.SearchResultsTree.GetFirstChild(root)
         for child in infos["children"]:
             if item is None:
                 item = self.SearchResultsTree.AppendItem(root, "")