Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <julian@blender.org>2020-12-23 15:56:57 +0300
committerJulian Eisel <julian@blender.org>2020-12-23 16:34:24 +0300
commit78d2ce19c4fbb5678995efae74a6128a3dcc4e73 (patch)
treee1dfd265c69e30b8dc2527278d6b5fb15ead4228 /source/blender/editors/util
parent9460051c1aa6aed8bcc027d61e314c13bc250564 (diff)
Fix T84013: Crash closing maximized File Browser opened from Preferences
After 1e799dd26ec1, the logic to recognize a temporary File Browser window didn't work correctly anymore. It would recognize a maximized File Browser inside a temporary window as a temporary File Browser window, and attempt to close this (rather than returning to the previous layout). The logic there was pretty weak, and still is I think. A more stable solution would need bigger refactoring. With this, it's also not possible to maximize or fullscreen an area within a temporary window (Preferences, File Browser, render window) anymore. Think that won't make a noticable difference, since you couldn't open multiple areas there anyway, and the area seems to be maximized already. Cleaned up the code a bit to not become more confusing with the changes.
Diffstat (limited to 'source/blender/editors/util')
0 files changed, 0 insertions, 0 deletions