Fix for TextLabel demo styling
[platform/core/uifw/dali-demo.git] / examples / blocks / blocks-example.cpp
index 5412b0d..f8cce6f 100644 (file)
@@ -289,6 +289,8 @@ public:
    */
   void Create(Application& application)
   {
+    DemoHelper::RequestThemeChange();
+
     Stage::GetCurrent().KeyEventSignal().Connect(this, &ExampleController::OnKeyEvent);
 
     // Creates a default view with a default tool bar.