Details
-
Type:
Refinement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Fix Version/s: 1.5
-
Component/s: None
-
Labels:None
Description
The code to save the layout on save, and reload it on startup was removed for non-custom perspectives since it was dangerous should a component in a layout fail (leading to it being removed from the saved layout and never reappearing in the perspective).
However, if a user changes the split pane proportions this in no longer recorded - need to store the proportions but not the entire layout.
Fixed.
Full layout xml is saved on exit, but when restarting the only the ratio's are replaced in the perspectives current layout.xml.
Also fixed the slight inaccuracy in the split divider location.