In a place name combo, don't drop down the place list when the user hits <return>.

svn: r586
This commit is contained in:
David Hampton 2001-11-26 04:27:00 +00:00
parent 761f88ab2d
commit 7d2ea07d0a

View File

@ -358,6 +358,7 @@ def attach_places(values,combo,place):
sel_child = c
mymap[src] = c
combo.disable_activate()
combo.list.clear_items(0,-1)
combo.list.append_items(list)
combo.list.select_child(sel_child)