mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-16 17:57:43 +00:00
Revert "Data result panel fix"
This commit is contained in:
parent
60f99ba64d
commit
c5bc6e52bf
@ -653,10 +653,7 @@ public class DataResultPanel extends javax.swing.JPanel implements DataResult, C
|
|||||||
* all of the children when they decide if they support the content
|
* all of the children when they decide if they support the content
|
||||||
*/
|
*/
|
||||||
if (waitingForData && containsReal(delta)) {
|
if (waitingForData && containsReal(delta)) {
|
||||||
/* NOTE: setting waitingForData to false will result in tabs not
|
waitingForData = false;
|
||||||
being updated as more data gets added. This includes the counter
|
|
||||||
for number of items being displayed */
|
|
||||||
// waitingForData = false;
|
|
||||||
if (SwingUtilities.isEventDispatchThread()) {
|
if (SwingUtilities.isEventDispatchThread()) {
|
||||||
setupTabs(nme.getNode());
|
setupTabs(nme.getNode());
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user