Commit 5760a809601eb0b6aa404a47e0f97a98424992fd

Authored by Adeel Kazmi
1 parent 61a27c16

Change dali-builder background colour to WHITE

Change-Id: I42df9f8118c56a963c5f37d7a1da61d7cf72f17d
Showing 1 changed file with 1 additions and 0 deletions
builder/dali-builder.cpp
... ... @@ -193,6 +193,7 @@ private:
193 193 void ReloadJsonFile(Builder& builder, Layer& layer)
194 194 {
195 195 Stage stage = Stage::GetCurrent();
  196 + stage.SetBackgroundColor( Color::WHITE );
196 197  
197 198 builder = Builder::New();
198 199 builder.QuitSignal().Connect( this, &ExampleApp::OnBuilderQuit );
... ...