1
0
Fork 0

issue #611: Implemented rerendering after collection switch.

This commit is contained in:
Michael Hackstein 2013-10-16 14:39:31 +02:00
parent a0bd8a850c
commit c9006424cb
1 changed files with 4 additions and 1 deletions

View File

@ -386,7 +386,10 @@ function GraphViewerUI(container, adapterConfig, optWidth, optHeight, viewerConf
buttons.appendChild(configureDropDown);
adapterUI.addControlChangeCollections(updateAttributeExamples);
adapterUI.addControlChangeCollections(function() {
updateAttributeExamples();
graphViewer.start();
});
adapterUI.addControlChangePriority();
nodeShaperUI.addControlOpticLabelAndColour(graphViewer.adapter);