From edbab63c916d74eb31df922a27a5878a02efda68 Mon Sep 17 00:00:00 2001 From: Florian Foinant-Willig Date: Fri, 22 Mar 2024 23:18:22 +0100 Subject: [PATCH] [Gui] Allow to create ExpLineEdit with python --- src/Gui/resource.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gui/resource.cpp b/src/Gui/resource.cpp index a5746990a6..05304998a6 100644 --- a/src/Gui/resource.cpp +++ b/src/Gui/resource.cpp @@ -124,5 +124,6 @@ WidgetFactorySupplier::WidgetFactorySupplier() new WidgetProducer; new WidgetProducer; new WidgetProducer; + new WidgetProducer; } // clang-format on