mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 22:39:21 +02:00
LCL, grids, invalidate focused cell/row on killing/gaining focus, patch by Yuichiro Takahashi, issue #25371
git-svn-id: trunk@46507 -
This commit is contained in:
parent
2948e8db10
commit
4b521f81a5
@ -4553,6 +4553,7 @@ begin
|
||||
end;
|
||||
{$endif}
|
||||
inherited WMKillFocus(Message);
|
||||
InvalidateFocused;
|
||||
end;
|
||||
|
||||
procedure TCustomGrid.WMSetFocus(var message: TLMSetFocus);
|
||||
@ -4569,6 +4570,7 @@ begin
|
||||
end;
|
||||
{$endif}
|
||||
inherited WMSetFocus(Message);
|
||||
InvalidateFocused;
|
||||
end;
|
||||
|
||||
class procedure TCustomGrid.WSRegisterClass;
|
||||
|
Loading…
Reference in New Issue
Block a user