From ecfbd419694c2ddad81f889b0951bbb03f6d5556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Tue, 9 Aug 2022 02:47:53 +0200 Subject: [PATCH] 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. --- comp/src/gb.gui.base/.lang/fr.po | 2 +- comp/src/gb.gui.base/.src/ComboBox/ComboBox.class | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/comp/src/gb.gui.base/.lang/fr.po b/comp/src/gb.gui.base/.lang/fr.po index 324307c72..ad83e9df3 100644 --- a/comp/src/gb.gui.base/.lang/fr.po +++ b/comp/src/gb.gui.base/.lang/fr.po @@ -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 \n" "Language: fr\n" diff --git a/comp/src/gb.gui.base/.src/ComboBox/ComboBox.class b/comp/src/gb.gui.base/.src/ComboBox/ComboBox.class index 0e46c51a7..90f9bb7f7 100644 --- a/comp/src/gb.gui.base/.src/ComboBox/ComboBox.class +++ b/comp/src/gb.gui.base/.src/ComboBox/ComboBox.class @@ -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