Kaynağa Gözat

Remove flush from render methods

This causes flickering because the render is done prematurely.
Thomas Dy 7 yıl önce
ebeveyn
işleme
002aaaf8e3
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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 {