1
0
Fork 0
forked from wry/wry

config: damage the screen after setting status

This commit is contained in:
Julian Orth 2022-05-12 17:24:37 +02:00
parent 3875c63172
commit 25d817b722

View file

@ -434,6 +434,7 @@ impl State {
for output in outputs.values() {
output.set_status(&status);
}
self.damage();
}
pub fn input_occurred(&self) {