Issue #1869 fix plot updates, broken by earlier commit.
Former-commit-id:d2e01ee1f2
[formerly a9240b60e4643b43880d2be76580dc85999eb897] Former-commit-id:cbc3b0a9a4
This commit is contained in:
parent
72ed3e21b3
commit
d90ca1696e
1 changed files with 2 additions and 0 deletions
|
@ -292,6 +292,8 @@ public abstract class AbstractRequestableResourceData extends
|
|||
}
|
||||
}
|
||||
this.fireChangeListeners(ChangeType.DATA_UPDATE, updateData);
|
||||
} else {
|
||||
this.fireChangeListeners(ChangeType.DATA_UPDATE, updateData);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue