Blender Git Loki
Git Commits -> Revision 9cb7ece
Revision 9cb7ece by Julian Eisel (master) January 29, 2020, 14:09 (GMT) |
Fix T73487: Crash when opening filebrowser while error is displayed More concretly, the crash would happen if a filebrowser is opened while an error popup is visisble **in a different window**. Code assumed the popup to be in the active window/screen, but it may actually be displayed in a non-active window. Temporarily override context to ensure this assumption is correct. |
Commit Details:
Full Hash: 9cb7ecefceee9f1751c3794d54ad1aa3f477f0aa
Parent Commit: fee7a34
Lines Changed: +27, -3
1 Modified Path:
/source/blender/editors/interface/interface_region_popup.c (+27, -3) (Diff)