Remove unused variable in TreeController.Renderer.updateBudgetFor(T)
FEA: ItEr76S04BugFixing
This commit is contained in:
parent
219dc532a9
commit
2ad120d615
1 changed files with 0 additions and 1 deletions
|
|
@ -852,7 +852,6 @@ public abstract class TreeController<T extends ITreeNode<T>> extends
|
|||
public void updateBudgetFor(T element) {
|
||||
if (!readOnly && element.isLeaf()) {
|
||||
Decimalbox decimalbox = budgetDecimalboxByElement.get(element);
|
||||
Treecell tc = (Treecell) decimalbox.getParent();
|
||||
decimalbox.invalidate();
|
||||
refreshBudgetValueForThisNodeAndParents(element);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue