From 97ec9666ed03625cd6785e987e1bb18c804a4b23 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Wed, 10 Jul 2024 10:33:27 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B07620=20-=20Changing=20height=20of=20mult?= =?UTF-8?q?iple=20selection=20combo=20between=201=20and=208=20according=20?= =?UTF-8?q?to=20allowed=20values?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/forms.class.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/forms.class.inc.php b/application/forms.class.inc.php index 87043460f..3f0c0fcb6 100644 --- a/application/forms.class.inc.php +++ b/application/forms.class.inc.php @@ -1330,7 +1330,8 @@ class DesignerComboField extends DesignerFormField { if ($this->bMultipleSelection) { - $sHtml = ""; } else {