|
@@ -247,16 +247,11 @@ class TreeCtrlComboPopup(wx.combo.ComboPopup):
|
|
root = self.seltree.GetRootItem()
|
|
root = self.seltree.GetRootItem()
|
|
if not root:
|
|
if not root:
|
|
return
|
|
return
|
|
- found = self.FindItem(root, value)
|
|
|
|
winValue = self.GetCombo().GetValue().strip(',')
|
|
winValue = self.GetCombo().GetValue().strip(',')
|
|
self.value = []
|
|
self.value = []
|
|
if winValue:
|
|
if winValue:
|
|
self.value = winValue.split(',')
|
|
self.value = winValue.split(',')
|
|
|
|
|
|
- if found:
|
|
|
|
- self.value.append(found)
|
|
|
|
- self.seltree.SelectItem(found)
|
|
|
|
-
|
|
|
|
def GetAdjustedSize(self, minWidth, prefHeight, maxHeight):
|
|
def GetAdjustedSize(self, minWidth, prefHeight, maxHeight):
|
|
"""!Reads UserSettings to get height (which was 200 in old implementation).
|
|
"""!Reads UserSettings to get height (which was 200 in old implementation).
|
|
"""
|
|
"""
|