Explorar el Código

Remove flush from render methods

This causes flickering because the render is done prematurely.
Thomas Dy hace 7 años
padre
commit
002aaaf8e3
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/ui/tray.rs

+ 0 - 1
src/ui/tray.rs

@@ -95,7 +95,6 @@ impl widget::Widget for Tray {
                 (xcb::CONFIG_WINDOW_X as u16, xpos)
             ]);
         }
-        self.conn.flush();
     }
 
     fn handle_event(&mut self, event: &xcb::GenericEvent, is_finishing: bool) -> bool {