From 4450bcece8917a47b13c966db3f64294eef4ab8e Mon Sep 17 00:00:00 2001 From: Riccardo Beltrami Date: Tue, 24 Sep 2024 12:14:30 +0200 Subject: [PATCH] place text widget in right list --- lizmap/tooltip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lizmap/tooltip.py b/lizmap/tooltip.py index 5e930af2..a30ffd8b 100755 --- a/lizmap/tooltip.py +++ b/lizmap/tooltip.py @@ -211,7 +211,7 @@ def create_popup_node_item_from_form( a += h continue # If it is root children, store html in the right list - if isinstance(n, QgsAttributeEditorField): + if isinstance(n, QgsAttributeEditorField) or (isinstance(n, QgsAttributeEditorElement) and n.type() == 6): if not headers: before_tabs.append(h) else: