mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
revert unrelated changes
This commit is contained in:
parent
8f32064c2d
commit
c072270627
@ -391,7 +391,6 @@ public class DetailViewPane extends AbstractVisualizationPane<DateTime, EventStr
|
||||
"DetailViewPane.loggedTask.queryDb=Retreiving event data",
|
||||
"DetailViewPane.loggedTask.name=Updating Details View",
|
||||
"DetailViewPane.loggedTask.updateUI=Populating visualization",
|
||||
"# {0} - the numner of events",
|
||||
"DetailViewPane.loggedTask.prompt=You are about to show details for {0} events. This might be very slow or even crash Autopsy.\n\nDo you want to continue?"})
|
||||
private class DetailsUpdateTask extends VisualizationUpdateTask<Interval> {
|
||||
|
||||
|
@ -774,10 +774,12 @@ public class GroupPane extends BorderPane {
|
||||
@Override
|
||||
protected void updateItem(Long item, boolean empty) {
|
||||
super.updateItem(item, empty);
|
||||
|
||||
tile.setFile(item);
|
||||
}
|
||||
|
||||
void resetItem() {
|
||||
// updateItem(null, true);
|
||||
tile.setFile(null);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user