Set revert point now redraws cells.

This commit is contained in:
Scotthew 2013-09-16 23:30:06 -07:00
parent ab9387a5e4
commit bad937e9bf
1 changed files with 1 additions and 0 deletions

View File

@ -420,6 +420,7 @@ public class DataCell extends JLabel implements MouseListener, Serializable {
public void setRevertPoint() {
this.setOriginalValue(binValue);
this.drawCell();
}
public void setOriginalValue(double originalValue) {