examples: bg_cxx: disable win.background in example
authorStefan Schmidt <s.schmidt@samsung.com>
Tue, 12 Mar 2019 12:27:22 +0000 (13:27 +0100)
committerYeongjong Lee <yj34.lee@samsung.com>
Tue, 2 Apr 2019 03:45:17 +0000 (12:45 +0900)
Since commit ceb4c04d3b8f8eb94d63174b7b6f43641ea508a8 the parts block in
efl.ui.widget is disabled which leads to compile errors of the example.

src/examples/elementary/bg_cxx_example_01.cc

index 5919d185312161c7ff1febd2e7dfff086198b00c..1b3ae91736cc0423dbae9b5c053afd71302a5af3 100644 (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);