git.lucas.co / cce-fonts
font browser

commitb65e986b8bf670489bc4e043539d2c538c2b3932
parent038f446714
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 793764e..3f36547 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -723,7 +723,6 @@ impl Application for TypefaceApp {
         if self.needs_rebuild || size_changed {
             cce_ui::scale::set_scale_factor(scale as f32);
             self.root_window.set_rect(0.0, 0.0, w_f32, h_f32);
-            self.root_window.background_color = Some(cce_ui::colors::page_low_color());
 
             // Position panel Plates
             self.left_panel.set_rect(left_panel_x, 10.0, left_panel_w, content_h);