mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 20:49:27 +02:00
gtk2: Partially reverts 34395. Fix issue #21014
git-svn-id: trunk@34566 -
This commit is contained in:
parent
3303fdd87d
commit
554486927a
@ -4980,6 +4980,7 @@ procedure ConnectInternalWidgetsSignals(AWidget: PGtkWidget;
|
||||
DesignFlags: TConnectSignalFlags;
|
||||
begin
|
||||
//if AWinControl is TListView then DebugLn('ConnectSignals A ',DbgS(TheWidget));
|
||||
if TheWidget=nil then exit;
|
||||
// check if TheWidget belongs to another LCL object
|
||||
LCLObject:=GetLCLObject(TheWidget);
|
||||
HiddenLCLObject:=GetHiddenLCLObject(TheWidget);
|
||||
|
Loading…
Reference in New Issue
Block a user