From c123d1818383b048ed80723fca0535025a292339 Mon Sep 17 00:00:00 2001 From: tscholb Date: Tue, 16 Jun 2020 10:54:30 +0900 Subject: [PATCH] [NUI] Constructor of NUIWidgetApplication is opened public in API level7 (#1241) For apply multiple class of Widget, this API need to open public --- src/Tizen.NUI/src/public/NUIWidgetApplication.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Tizen.NUI/src/public/NUIWidgetApplication.cs b/src/Tizen.NUI/src/public/NUIWidgetApplication.cs index 2857c66..0bec8a1 100755 --- a/src/Tizen.NUI/src/public/NUIWidgetApplication.cs +++ b/src/Tizen.NUI/src/public/NUIWidgetApplication.cs @@ -42,7 +42,6 @@ namespace Tizen.NUI /// The constructor for multi widget class and instance. /// /// List of derived widget class type. - [EditorBrowsable(EditorBrowsableState.Never)] public NUIWidgetApplication(Dictionary widgetTypes) : base(new NUIWidgetCoreBackend()) { NUIWidgetCoreBackend core = Backend as NUIWidgetCoreBackend; -- 2.7.4