1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-22 22:17:48 +02:00

Removed WM_MOVE and WM_MOVING handling from the application service

- Updated internal version
This commit is contained in:
Salvador Díaz Fau
2019-11-14 11:03:04 +01:00
parent f96a7bc4f9
commit 2ea56f3f52
5 changed files with 2 additions and 23 deletions

View File

@ -158,13 +158,6 @@ begin
{$IFDEF MSWINDOWS}
if PeekMessage(TempMsg, 0, 0, 0, PM_NOREMOVE) then
case TempMsg.Message of
WM_MOVE,
WM_MOVING :
if not(Application.Terminated) and
(screen.ActiveForm <> nil) and
(screen.ActiveForm is TChildForm) then
TChildForm(screen.ActiveForm).NotifyMoveOrResizeStarted;
WM_ENTERMENULOOP :
if not(Application.Terminated) and
(TempMsg.wParam = 0) and