update updates this tree node style
()
| 367 | |
| 368 | // update updates this tree node style |
| 369 | func (n *TreeNode) update() { |
| 370 | |
| 371 | n.applyStyle(&n.tree.styles.Node.Normal) |
| 372 | } |
| 373 | |
| 374 | // recalc recalculates the positions of the internal node panels |
| 375 | func (n *TreeNode) recalc() { |
no test coverage detected