Implement interactive window move

This commit is contained in:
Rasmus Eneman
2024-07-15 15:51:48 +02:00
committed by Ivan Molodetskikh
parent d640e85158
commit e887ee93a3
11 changed files with 1651 additions and 61 deletions
+1 -5
View File
@@ -198,11 +198,7 @@ impl TestCase for Layout {
}
fn are_animations_ongoing(&self) -> bool {
self.layout
.monitor_for_output(&self.output)
.unwrap()
.are_animations_ongoing()
|| !self.steps.is_empty()
self.layout.are_animations_ongoing(Some(&self.output)) || !self.steps.is_empty()
}
fn advance_animations(&mut self, mut current_time: Duration) {