mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Merge pull request #1468 from ripcurlx/fix-total-btc-column-values-duplication
Reset column cell properly when re-used with null values
This commit is contained in:
commit
2d0521eea0
1 changed files with 1 additions and 0 deletions
|
@ -277,6 +277,7 @@ public class SpreadView extends ActivatableViewAndModel<GridPane, SpreadViewMode
|
|||
setGraphic(new ColoredDecimalPlacesWithZerosText(model.getAmount(item.totalAmount), GUIUtil.AMOUNT_DECIMALS_WITH_ZEROS));
|
||||
else
|
||||
setText("");
|
||||
setGraphic(null);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue