mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 06:09:15 +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;
|
DesignFlags: TConnectSignalFlags;
|
||||||
begin
|
begin
|
||||||
//if AWinControl is TListView then DebugLn('ConnectSignals A ',DbgS(TheWidget));
|
//if AWinControl is TListView then DebugLn('ConnectSignals A ',DbgS(TheWidget));
|
||||||
|
if TheWidget=nil then exit;
|
||||||
// check if TheWidget belongs to another LCL object
|
// check if TheWidget belongs to another LCL object
|
||||||
LCLObject:=GetLCLObject(TheWidget);
|
LCLObject:=GetLCLObject(TheWidget);
|
||||||
HiddenLCLObject:=GetHiddenLCLObject(TheWidget);
|
HiddenLCLObject:=GetHiddenLCLObject(TheWidget);
|
||||||
|
Loading…
Reference in New Issue
Block a user