mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 23:24:11 +02:00
* do not set fregistered directoy since that hampers registerevents().
Patch by Ludo, Mantis #22244 git-svn-id: trunk@21643 -
This commit is contained in:
parent
8b6c61bb86
commit
2941b1e456
@ -122,7 +122,6 @@ end;
|
||||
|
||||
procedure TPQEventMonitor.SetRegistered(AValue: Boolean);
|
||||
begin
|
||||
FRegistered := AValue;
|
||||
if not (csDesigning in ComponentState) then
|
||||
if AValue then
|
||||
RegisterEvents
|
||||
|
Loading…
Reference in New Issue
Block a user