[Bug #1297] Reset the list listenersToAdd when changing perspectives.
Not resetting it keeps the old listeners attached to the resources/criteria selector and name filter. FEA: ItEr75S04BugFixing
This commit is contained in:
parent
0a372fae4e
commit
46ac030d5d
1 changed files with 1 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ public class ResourceLoadController implements Composer {
|
|||
resourcesLoadPanel = null;
|
||||
listeners = new ListenerTracker();
|
||||
visualizationModifiers = null;
|
||||
listenersToAdd = null;
|
||||
}
|
||||
|
||||
public IOnTransaction<Void> reload() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue