Diffusion Krita 0740adebc5e1

Fix saving/loading of the currently active node to .kra

Authored by dkazakov on Jul 25 2017, 4:12 PM.

Description

Fix saving/loading of the currently active node to .kra

  1. KisDocument *always* store the lastly selected node. It must *not* be used for any tools/processing code. Only for saving loading.
  2. KisCanvasController ensures that KisDocument::preActivatedNode() is correctly updated when windows/canvasses switch.

Ref T6542

Details