You've already forked lazarus-ccr
tvplanit: Add "Don't ask again" checkbox to VpPrtFmt editor save prompt by using a TTaskDialog. Update resource strings and translations.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8540 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -555,9 +555,7 @@ end;
|
||||
|
||||
destructor TVpContactGrid.Destroy;
|
||||
begin
|
||||
if (HandleAllocated) and (Assigned (DataStore)) and
|
||||
(not (csDesigning in ComponentState))
|
||||
then
|
||||
if HandleAllocated and Assigned(DataStore) and (not (csDesigning in ComponentState)) then
|
||||
DataStore.DeregisterWatcher(Handle);
|
||||
|
||||
cgClickTimer.Free;
|
||||
|
Reference in New Issue
Block a user