Issue #1869 fix plot updates, broken by earlier commit.
Former-commit-id: a9240b60e4643b43880d2be76580dc85999eb897
This commit is contained in:
parent
148b20f57c
commit
cbc3b0a9a4
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