mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 19:14:55 +00:00
fix for default cell model
This commit is contained in:
parent
67f33ba57c
commit
3df61c0d7e
@ -76,6 +76,7 @@ public class DefaultCellModel<T> implements GuiCellModel, ExcelCellModel {
|
|||||||
this.data = data;
|
this.data = data;
|
||||||
this.stringConverter = stringConverter;
|
this.stringConverter = stringConverter;
|
||||||
this.excelFormatString = excelFormatString;
|
this.excelFormatString = excelFormatString;
|
||||||
|
this.tooltip = getText();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user