mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 21:41:34 +02:00
SynEdit, forward focus msg to inherited
git-svn-id: trunk@24037 -
This commit is contained in:
parent
e195f1df30
commit
8edd625a12
@ -4408,6 +4408,7 @@ begin
|
||||
end;
|
||||
if FHideSelection and SelAvail then
|
||||
Invalidate;
|
||||
inherited;
|
||||
end;
|
||||
|
||||
procedure TCustomSynEdit.WMSetFocus(var Msg: TWMSetFocus);
|
||||
@ -4420,6 +4421,7 @@ begin
|
||||
InitializeCaret;
|
||||
//if FHideSelection and SelAvail then
|
||||
// Invalidate;
|
||||
inherited;
|
||||
//DebugLn('[TCustomSynEdit.WMSetFocus] END');
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user