Skip to content

Initialize the internal XML version variable with the current "build" version...

Alexander Semke requested to merge fix-copy-paste-xml into master

Initialize the internal XML version variable with the current "build" version so we properly serialize and deserialize the objects during copy&paste. When loading project file, set this version temporarily to 0 - the actual project version will be read in the file, if available, and used in load() functions.

Merge request reports