color picker and palette editor
git clone https://git.lucas.co/cce-color-editor.git
Remove manual background_color assignments on Backplate
src/main.rs | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/main.rs b/src/main.rs
index 4a9037b..f5ef57b 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -504,7 +504,6 @@ impl ColorApp {
// 1. Setup root window
self.root_window.set_rect(0.0, 0.0, self.width as f32, self.height as f32);
- self.root_window.background_color = Some(cce_ui::color::page_low_color());
self.root_window.clear_children(&mut self.ui_context);