Skip to content

Optional save of the dock states

Alexander Semke requested to merge work/save-dock-states-settings into master

Description

Implemented an additional option in the application setting to control if the state of the dock windows (position and size) should be stored in the project file.

The new setting allows to determine the default behavior for newly created projects: image

and can be additionally controlled separately for every single project in the properties dock: image

If this option is activated for the project, the state of the docks is saved in the project file and restored during the project load next time.

This logic was similarly implemented for the "Save Calculations" option that was already partially available - introduce a global option in the application setting for new projects and allow to control the behavior for every project separately.

Conformity

When external dependencies are removed

  • Reporting to ...
Edited by Alexander Semke

Merge request reports