Update gtk96

This commit is contained in:
daleclack 2021-07-22 07:47:50 +08:00
parent f29303f46f
commit 6e7a7eb099
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ public:
color.set_blue(1); color.set_blue(1);
color.set_red(0); color.set_red(0);
color.set_green(0); color.set_green(0);
color_btn.set_rgba(color);
//Show Everything //Show Everything
add(main_box); add(main_box);