examples: bg_cxx: disable win.background in example

Since commit ceb4c04d3b the parts block in
efl.ui.widget is disabled which leads to compile errors of the example.
This commit is contained in:
Stefan Schmidt 2019-03-12 13:27:22 +01:00
parent d64fdefe82
commit 64c08941b6
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ elm_main (int argc EINA_UNUSED, char **argv EINA_UNUSED)
win.text_set("Window Background");
win.autohide_set(true);
win.size_set({320,320});
win.background().color_set(139, 69, 19, 255);
//win.background().color_set(139, 69, 19, 255);
// Clean exit
elm_policy_set(ELM_POLICY_QUIT, ELM_POLICY_QUIT_LAST_WINDOW_CLOSED);