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);
|
||||
DataStore.PostEvents;
|
||||
end;
|
||||
wvInPlaceEditor.Free;
|
||||
wvInPlaceEditor := nil;
|
||||
FreeAndNil(wvInPlaceEditor);
|
||||
Invalidate;
|
||||
// SetFocus;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user