From 76a5ab5bb946e8a2ba3631f0152b25d1615903e7 Mon Sep 17 00:00:00 2001 From: nakst <> Date: Fri, 11 Feb 2022 09:49:50 +0000 Subject: [PATCH] api samples: update converter for new style API --- apps/samples/converter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/samples/converter.cpp b/apps/samples/converter.cpp index 42a1718..c2df031 100644 --- a/apps/samples/converter.cpp +++ b/apps/samples/converter.cpp @@ -60,7 +60,7 @@ void _start() { ES_CELL_H_CENTER // Horizontally center it in panelRoot. | ES_PANEL_STACK // Use the stack layout. | ES_PANEL_VERTICAL, // Layout child elements from top to bottom. - &stylePanelStack); + EsStyleIntern(&stylePanelStack)); // Add a second layout panel to panelStack to contain the elements of the form. EsPanel *panelForm = EsPanelCreate(