You've already forked CEF4Delphi
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:
@ -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
|
||||
|
Reference in New Issue
Block a user