mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:59:19 +02:00
LCL-Win32: Simulate wsFullScreen WindowState with Maximized. Issue #34759, patch from Serge Anvarov.
git-svn-id: trunk@62835 -
This commit is contained in:
parent
056c393c8f
commit
33d370e3b4
@ -754,7 +754,7 @@ const
|
||||
{ wsNormal } SW_SHOWNORMAL, // to restore from minimzed/maximized we need to use SW_SHOWNORMAL instead of SW_SHOW
|
||||
{ wsMinimized } SW_SHOWMINIMIZED,
|
||||
{ wsMaximized } SW_SHOWMAXIMIZED,
|
||||
{ wsFullScreen } SW_SHOWNORMAL // win32 has no fullscreen window state
|
||||
{ wsFullScreen } SW_SHOWMAXIMIZED // win32 has no fullscreen window state
|
||||
);
|
||||
var
|
||||
Flags: DWord;
|
||||
|
Loading…
Reference in New Issue
Block a user