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 <eiseljulian@gmail.com>2019-11-15 18:05:38 +0300
committerJulian Eisel <eiseljulian@gmail.com>2019-11-15 18:34:09 +0300
commitf641c60530fbd8b79575685cfbdf332e673951b0 (patch)
tree6cae682c77190bc4435963316e521d3689e68053 /source/blender/windowmanager/WM_api.h
parentc25a910e4ec090fd97529973b55ddbaf95d4ab42 (diff)
Fix T70991: Maximized file browser hides file name bar on Windows
`WS_CHILD` is a different kind of child window that what we define as child window. See http://forums.codeguru.com/showthread.php?491604. Setting this style flag seems to mess things up a bit in our configuration. The name bar is actually being overlapped by the Windows task bar then. Not totally sure why this happens, but I think it's because windows with the `WS_CHILD` style are positioned relative to the parent, not the desktop (screen without taskbar). So it uses the full space available when maximized, which isn't clipped by the taskbar anymore.
Diffstat (limited to 'source/blender/windowmanager/WM_api.h')
0 files changed, 0 insertions, 0 deletions