You've already forked lazarus-ccr
tvplanit: Remove unnecessary call to Datastore.PostEvents after closing VpDayView's event editor dialog (issue #33749).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6430 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -2092,8 +2092,7 @@ begin
|
|||||||
FActiveEvent := nil;
|
FActiveEvent := nil;
|
||||||
dvActiveEventRec := Rect(0, 0, 0, 0);
|
dvActiveEventRec := Rect(0, 0, 0, 0);
|
||||||
dvActiveIconRec := Rect(0, 0, 0, 0);
|
dvActiveIconRec := Rect(0, 0, 0, 0);
|
||||||
end else
|
end;
|
||||||
DataStore.PostEvents;
|
|
||||||
Invalidate;
|
Invalidate;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user