Updated demos to remove indicator where appropriate
[platform/core/uifw/dali-demo.git] / examples / blocks / blocks-example.cpp
index 28eb286..03a99e6 100644 (file)
@@ -228,6 +228,9 @@ public:
   {
     Stage::GetCurrent().KeyEventSignal().Connect(this, &ExampleController::OnKeyEvent);
 
+    // Hide the indicator bar
+    application.GetWindow().ShowIndicator( Dali::Window::INVISIBLE );
+
     // Creates a default view with a default tool bar.
     // The view is added to the stage.
     Toolkit::ToolBar toolBar;