diff --git a/src/window/window_wrapper/mod.rs b/src/window/window_wrapper/mod.rs index b73c233..f53e313 100644 --- a/src/window/window_wrapper/mod.rs +++ b/src/window/window_wrapper/mod.rs @@ -80,8 +80,7 @@ impl GlutinWindowWrapper { let transparency = { SETTINGS.get::().transparency }; if self.transparency != transparency { - self.transparency = transparency; - self.toggle_fullscreen(); + //TODO: HERE REDRAW WINDOW } }