Issue #921 register GFEColorbarResource as a listener when recycling.
Change-Id: I21e990d4225b5bcf44aac6f2a3c4442442ec51b0 Former-commit-id:044836cd2c
[formerlye3cfa52237
[formerly 90ce1b3643af750a19bc29156137f18848e7dc77]] Former-commit-id:e3cfa52237
Former-commit-id:7514bfd6cd
This commit is contained in:
parent
5188c4644b
commit
23fa86c332
1 changed files with 4 additions and 0 deletions
|
@ -364,6 +364,10 @@ public class GFEColorbarResource extends
|
|||
if (container != null) {
|
||||
container.registerMouseHandler(handler, InputPriority.PERSPECTIVE);
|
||||
}
|
||||
|
||||
if (currentParm != null) {
|
||||
currentParm.getListeners().addPickupValueChangedListener(this);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue