Blender Git Commit Log

Git Commits -> Revision 796412d

Revision 796412d by Julian Eisel (master)
May 20, 2020, 15:10 (GMT)
UI: Allow registering File Browser as child of other child windows

E.g. when opening the File Browser from the Preferences window, it would
be the child of the main window the Preferences belong to. Now it can be
a child of the Preferences window itself.
The File Browser always stays on top of its parent window. Which avoids
some issues with OS window management, see T76418 and T72693.
Also removes a now unnecessary workaround to move the child window back
to the front after closing the file browser (opening the file browser
would move the main window and the file browser to the front).

Fixes T76418, T72693.

Commit Details:

Full Hash: 796412dca0a54a0f35400ea8ebf7a99ce891080d
Parent Commit: aa0e98d
Lines Changed: +17, -28

4 Modified Paths:

/source/blender/windowmanager/intern/wm.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+3, -9) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+9, -17) (Diff)
/source/blender/windowmanager/wm_window.h (+4, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021