Преглед на файлове

Remove flush from render methods

This causes flickering because the render is done prematurely.
Thomas Dy преди 7 години
родител
ревизия
002aaaf8e3
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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 {