You've already forked lazarus-ccr
tvplanit: Fix weekview crashing when inplace editor is closed.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4690 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1940,8 +1940,7 @@ begin
|
|||||||
FAfterEdit(self, ActiveEvent);
|
FAfterEdit(self, ActiveEvent);
|
||||||
DataStore.PostEvents;
|
DataStore.PostEvents;
|
||||||
end;
|
end;
|
||||||
wvInPlaceEditor.Free;
|
FreeAndNil(wvInPlaceEditor);
|
||||||
wvInPlaceEditor := nil;
|
|
||||||
Invalidate;
|
Invalidate;
|
||||||
// SetFocus;
|
// SetFocus;
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user