Blender Git Loki

Git Commits -> Revision f641c60

Revision f641c60 by Julian Eisel (master)
November 15, 2019, 14:37 (GMT)
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.

Commit Details:

Full Hash: f641c60530fbd8b79575685cfbdf332e673951b0
Parent Commit: c25a910
Lines Changed: +2, -4

1 Modified Path:

/intern/ghost/intern/GHOST_WindowWin32.cpp (+2, -4) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021