floating: Throttle resizes
This commit is contained in:
parent
df74a322ab
commit
e217a91fec
2 changed files with 6 additions and 2 deletions
|
|
@ -990,7 +990,9 @@ impl FloatingLayout {
|
|||
geo.as_local()
|
||||
.to_global(self.space.outputs().next().unwrap()),
|
||||
);
|
||||
mapped.configure();
|
||||
if mapped.latest_size_committed() {
|
||||
mapped.configure();
|
||||
}
|
||||
|
||||
true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue