소스 검색

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 {