mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Call ShowWindow from LCLIntf
This commit is contained in:
parent
53b1724ad0
commit
7a45d1819c
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
-------------------------------------------------------------------------
|
||||
This unit contains platform depended functions.
|
||||
|
||||
Copyright (C) 2006-2015 Alexander Koblov (alexx2000@mail.ru)
|
||||
Copyright (C) 2006-2016 Alexander Koblov (alexx2000@mail.ru)
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -351,7 +351,7 @@ begin
|
|||
SetActiveWindow(ActiveWindow);
|
||||
// Hide window when focus already changed back
|
||||
// to parent window to avoid blinking
|
||||
ShowWindow(Handle, SW_HIDE);
|
||||
LCLIntf.ShowWindow(Handle, SW_HIDE);
|
||||
Visible := False;
|
||||
end;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue