tree: fix toplevel float extent memoization
This commit is contained in:
parent
bd3872a4ef
commit
062bcb25ee
7 changed files with 14 additions and 20 deletions
|
|
@ -522,7 +522,7 @@ impl State {
|
|||
) {
|
||||
node.clone().tl_set_workspace(workspace);
|
||||
width += 2 * self.theme.sizes.border_width.get();
|
||||
height += 2 * self.theme.sizes.border_width.get() + self.theme.sizes.title_height.get();
|
||||
height += 2 * self.theme.sizes.border_width.get() + self.theme.sizes.title_height.get() + 1;
|
||||
let output = workspace.output.get();
|
||||
let output_rect = output.global.pos.get();
|
||||
let position = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue