tree: clean up object attachment
This commit is contained in:
parent
ed129c1c3d
commit
fe804b8276
8 changed files with 140 additions and 115 deletions
|
|
@ -520,7 +520,6 @@ impl State {
|
|||
mut height: i32,
|
||||
workspace: &Rc<WorkspaceNode>,
|
||||
) {
|
||||
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() + 1;
|
||||
let output = workspace.output.get();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue