Put back code change that was somehow lost

This commit is contained in:
Eugene Livis 2015-09-23 13:29:54 -04:00
parent 68ca2f34ff
commit 00a863b643

View File

@ -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 {