mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 21:20:30 +02:00
fixed saving editor value
git-svn-id: trunk@3797 -
This commit is contained in:
parent
a8cf6d44d0
commit
d94138614a
@ -2814,16 +2814,16 @@ end;
|
||||
procedure TCustomGrid.EditorGetValue;
|
||||
begin
|
||||
If Not (csDesigning in ComponentState) Then begin
|
||||
EditorHide;
|
||||
doEditorGetValue;
|
||||
EditorHide;
|
||||
End;
|
||||
end;
|
||||
|
||||
procedure TCustomGrid.EditorSetValue;
|
||||
begin
|
||||
If Not (csDesigning in ComponentState) Then begin
|
||||
EditorPos;
|
||||
doEditorSetValue;
|
||||
EditorPos;
|
||||
End;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user