notifySceneChanged method

void notifySceneChanged()

Restores minimal invariants after external mutations to scene.

For example, it drops selection for nodes that were removed directly.

Implementation

void notifySceneChanged() {
  _sceneCommands.notifySceneChanged();
}