gtk2: Partially reverts 34395. Fix issue #21014

git-svn-id: trunk@34566 -
This commit is contained in:
blikblum 2012-01-03 19:09:25 +00:00
parent 3303fdd87d
commit 554486927a

View File

@ -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);