ComboBox: Settings the 'List' property does not raise the 'Click' event anymore.

[GB.GUI.BASE]
* BUG: ComboBox: Settings the 'List' property does not raise the 'Click' event anymore.
This commit is contained in:
Benoît Minisini 2022-08-09 02:47:53 +02:00
parent aafe7a8bbe
commit ecfbd41969
2 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gb.gui.base 3.15.90\n"
"POT-Creation-Date: 2022-08-06 15:46 UTC\n"
"POT-Creation-Date: 2022-08-09 00:29 UTC\n"
"PO-Revision-Date: 2020-12-15 13:48 UTC\n"
"Last-Translator: Benoît Minisini <g4mba5@gmail.com>\n"
"Language: fr\n"

View file

@ -232,12 +232,11 @@ Private Sub ResetIndex()
If $bReadOnly And If $aList.Count And If $iIndex < 0 Then
Sort()
$iIndex = 0
Raise Click
'Raise Click
Endif
End
Private Sub List_Write(Value As String[])
$aList.Clear