Blender Git Loki
Git Commits -> Revision 6fbeded
Revision 6fbeded by Jacques Lucke (master) May 25, 2020, 16:33 (GMT) |
Fix T76926: Crash with Full Screen file browser window preference Alternative fix for T75292 & T73579 (see b75ce05c3b0f), that does not cause this crash. The crash happened because cancelling the file browser removes its screen (as in bScreen). Before rBb75ce05c3b0f, the file browser event wouldn't be handled any further then. After it, it would still be passed to other areas, while the screen pointer was dangling. Now the event is only skipped for UI handlers. Reviewed by: Julian Eisel |
Commit Details:
Full Hash: 6fbeded285466327831b901c652e13e742c44689
Parent Commit: 396bf6c
Committed By: Julian Eisel
Lines Changed: +7, -1
1 Modified Path:
/source/blender/windowmanager/intern/wm_event_system.c (+7, -1) (Diff)