mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-29 14:29:46 +02:00
parent
63c73778f3
commit
dcad0439fa
@ -1089,7 +1089,7 @@ type
|
||||
procedure SlotDesignControlPaint(Sender: QObjectH; Event: QEventH); cdecl;
|
||||
procedure BringDesignerToFront;
|
||||
procedure ResizeDesigner;
|
||||
function GetContext: HDC; virtual;
|
||||
function GetContext: HDC; override;
|
||||
public
|
||||
function DesignControlEventFilter(Sender: QObjectH; Event: QEventH): Boolean; cdecl;
|
||||
function EventFilter(Sender: QObjectH; Event: QEventH): Boolean; cdecl; override;
|
||||
@ -1808,6 +1808,7 @@ begin
|
||||
{$ifdef VerboseQt}
|
||||
WriteLn('handled!');
|
||||
{$endif}
|
||||
Result := KeyMsg.CharCode=VK_UNKNOWN;
|
||||
Exit;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user