fix for default cell model

This commit is contained in:
Greg DiCristofaro 2021-03-15 20:58:03 -04:00
parent 67f33ba57c
commit 3df61c0d7e

View File

@ -76,6 +76,7 @@ public class DefaultCellModel<T> implements GuiCellModel, ExcelCellModel {
this.data = data;
this.stringConverter = stringConverter;
this.excelFormatString = excelFormatString;
this.tooltip = getText();
}
@Override