[3.0] Updated demos to remove indicator where appropriate
[platform/core/uifw/dali-demo.git] / examples / native-image-source / native-image-source-example.cpp
index fe676dc..cf9304b 100644 (file)
@@ -146,6 +146,10 @@ public:
     // Get a handle to the stage
     Stage stage = Stage::GetCurrent();
     stage.SetBackgroundColor( Color::WHITE );
+
+    // Hide the indicator bar
+    application.GetWindow().ShowIndicator( Dali::Window::INVISIBLE );
+
     stage.KeyEventSignal().Connect(this, &NativeImageSourceController::OnKeyEvent);
 
     mButtonRefreshAlways = PushButton::New();