diff --git a/demos/FMXExternalPumpBrowser/uFMXExternalPumpBrowser.pas b/demos/FMXExternalPumpBrowser/uFMXExternalPumpBrowser.pas index 8c438516..52f60e68 100644 --- a/demos/FMXExternalPumpBrowser/uFMXExternalPumpBrowser.pas +++ b/demos/FMXExternalPumpBrowser/uFMXExternalPumpBrowser.pas @@ -347,7 +347,7 @@ var TempEvent : TCefMouseEvent; TempTime : integer; begin - if (GlobalCEFApp <> nil) and (chrmosr <> nil) and not(ssShift in Shift) then + if (GlobalCEFApp <> nil) and (chrmosr <> nil) then begin Panel1.SetFocus; diff --git a/demos/OSRExternalPumpBrowser/uOSRExternalPumpBrowser.pas b/demos/OSRExternalPumpBrowser/uOSRExternalPumpBrowser.pas index 0418b2ff..eef81d8e 100644 --- a/demos/OSRExternalPumpBrowser/uOSRExternalPumpBrowser.pas +++ b/demos/OSRExternalPumpBrowser/uOSRExternalPumpBrowser.pas @@ -690,7 +690,7 @@ var TempEvent : TCefMouseEvent; TempTime : integer; begin - if (GlobalCEFApp <> nil) and (chrmosr <> nil) and not(ssShift in Shift) then + if (GlobalCEFApp <> nil) and (chrmosr <> nil) then begin Panel1.SetFocus; diff --git a/demos/PopupBrowser/uChildForm.pas b/demos/PopupBrowser/uChildForm.pas index a656480e..61c97bd8 100644 --- a/demos/PopupBrowser/uChildForm.pas +++ b/demos/PopupBrowser/uChildForm.pas @@ -725,7 +725,7 @@ var TempEvent : TCefMouseEvent; TempTime : integer; begin - if (GlobalCEFApp <> nil) and (Chromium1 <> nil) and not(ssShift in Shift) then + if (GlobalCEFApp <> nil) and (Chromium1 <> nil) then begin Panel1.SetFocus; diff --git a/demos/SimpleOSRBrowser/uSimpleOSRBrowser.pas b/demos/SimpleOSRBrowser/uSimpleOSRBrowser.pas index f0353a55..1a9e6f66 100644 --- a/demos/SimpleOSRBrowser/uSimpleOSRBrowser.pas +++ b/demos/SimpleOSRBrowser/uSimpleOSRBrowser.pas @@ -698,7 +698,7 @@ var TempEvent : TCefMouseEvent; TempTime : integer; begin - if (GlobalCEFApp <> nil) and (chrmosr <> nil) and not(ssShift in Shift) then + if (GlobalCEFApp <> nil) and (chrmosr <> nil) then begin Panel1.SetFocus;