Fix resize bug

memfd
Manos Pitsidianakis 6 years ago
parent dacc4e4ba0
commit 7a6fc1ce94
No known key found for this signature in database
GPG Key ID: 73627C2F690DF710

@ -261,6 +261,9 @@ impl<W: Write> State<W> {
id: 0,
event_type: UIEventType::Resize,
});
// Invalidate dirty areas.
self.context.dirty_areas.clear();
}
/// Force a redraw for all dirty components.

Loading…
Cancel
Save