git.lucas.co / cce-color-editor
color picker and palette editor
git clone https://git.lucas.co/cce-color-editor.git

commitf7cca90dc792a1f8c3d417cf032b728f03d67126
parentf2b402ee94
authorLucas Galante <[email protected]>
date2026-06-28 07:07
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);