mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
This commit is contained in:
commit
ddca6250f0
@ -353,6 +353,9 @@ class ExtractedContentPanel extends javax.swing.JPanel {
|
||||
}
|
||||
|
||||
private void setPanelText(String text) {
|
||||
if (text == null ) {
|
||||
text = "";
|
||||
}
|
||||
extractedTextPane.setText(text);
|
||||
extractedTextPane.setCaretPosition(0);
|
||||
}
|
||||
@ -593,7 +596,7 @@ class ExtractedContentPanel extends javax.swing.JPanel {
|
||||
|
||||
@Override
|
||||
protected void done() {
|
||||
super.done();
|
||||
//super.done();
|
||||
progress.finish();
|
||||
if (markup != null) {
|
||||
setPanelText(markup);
|
||||
|
Loading…
x
Reference in New Issue
Block a user