ComboBox: Setting the 'List' property now raises the 'Click' event if the first item is automatically selected.
[GB.GUI.BASE] * BUG: ComboBox: Setting the 'List' property now raises the 'Click' event if the first item is automatically selected.
This commit is contained in:
parent
6548c75a0e
commit
122d963552
1 changed files with 2 additions and 1 deletions
|
@ -215,11 +215,12 @@ End
|
|||
|
||||
Private Sub ResetIndex()
|
||||
|
||||
Me.Refresh
|
||||
If $bReadOnly And If $aList.Count And If $iIndex < 0 Then
|
||||
Sort()
|
||||
$iIndex = 0
|
||||
Raise Click
|
||||
Endif
|
||||
Me.Refresh
|
||||
|
||||
End
|
||||
|
||||
|
|
Loading…
Reference in a new issue