mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +00:00
Put back code change that was somehow lost
This commit is contained in:
parent
68ca2f34ff
commit
00a863b643
@ -653,7 +653,10 @@ public class DataResultPanel extends javax.swing.JPanel implements DataResult, C
|
||||
* all of the children when they decide if they support the content
|
||||
*/
|
||||
if (waitingForData && containsReal(delta)) {
|
||||
waitingForData = false;
|
||||
/* NOTE: setting waitingForData to false will result in tabs not
|
||||
being updated as more data gets added. This included the counter
|
||||
for number of items being displayed */
|
||||
// waitingForData = false;
|
||||
if (SwingUtilities.isEventDispatchThread()) {
|
||||
setupTabs(nme.getNode());
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user