Blender Git Loki
Git Commits -> Revision 5c72a4d
Revision 5c72a4d by Julian Eisel (master) February 1, 2021, 11:48 (GMT) |
Fix T84780: Corrupt screen layout when loading file with area full-screen This could happen with files saved before ef4aa42ea4ff, so before global areas were written to .blend files. We would just always add the top- and status-bar, even though the screen wasn't supposed to have them. I'm not entirely sure what caused the further issues observed there, most code should probably handle the case fine still. But apparently something didn't. Steps to reproduce were: * Open Blender from before ef4aa42ea4ff (e.g 2.91 release) * In 3D View, View > Area > Toggle Fullscreen Area * Save the file * Open the saved file (can be in newer version too) The fullscreen is corrupt now, especially noticable after duplicating the workspace. |
Commit Details:
Full Hash: 5c72a4d45269638c7a8f72151db6cfd2b8895c35
Parent Commit: fa2ffb1
Lines Changed: +5, -0
1 Modified Path:
/source/blender/editors/screen/screen_edit.c (+5, -0) (Diff)