SynEdit, forward focus msg to inherited

git-svn-id: trunk@24037 -
This commit is contained in:
martin 2010-03-16 14:09:42 +00:00
parent e195f1df30
commit 8edd625a12

View File

@ -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;