Bug 301870 - commands not updated when an item is de-selected in a richlistbox. r/a=mconnor

This commit is contained in:
doronr%us.ibm.com 2005-07-26 21:21:14 +00:00
Родитель 044c889bbd
Коммит 61052b8df7
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -144,8 +144,9 @@
val.selected = true;
this.scrollBoxObject.ensureElementIsVisible(val);
this.fireActiveItemEvent();
this._fireOnSelect();
}
this._fireOnSelect();
]]>
</setter>
</property>