remove useless redraw
This commit is contained in:
parent
2c80885cf0
commit
5247e63b02
|
|
@ -136,7 +136,6 @@ impl MainWindow {
|
||||||
self.surface_configured = true;
|
self.surface_configured = true;
|
||||||
}
|
}
|
||||||
WindowEvent::RedrawRequested => {
|
WindowEvent::RedrawRequested => {
|
||||||
self.handle.request_redraw();
|
|
||||||
if !self.surface_configured {
|
if !self.surface_configured {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user