mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 11:38:18 +02:00
fixed 1671
git-svn-id: trunk@9329 -
This commit is contained in:
parent
83fb80c984
commit
41fc019f01
@ -3128,7 +3128,8 @@ begin
|
||||
{$ENDIF}
|
||||
FillChar(Mess,SizeOf(Mess),0);
|
||||
Mess.msg := LM_SelChange;
|
||||
DeliverMessage(Data, Mess);
|
||||
if (data=nil) or (PGtkList(widget)^.selection<>nil) then
|
||||
DeliverMessage(Data, Mess);
|
||||
end;
|
||||
|
||||
function gtkListSelectChild(widget: PGtkWidget;child : PGtkWidget; data: gPointer
|
||||
|
@ -11,7 +11,6 @@
|
||||
</General>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
<IgnoreBinaries Value="False"/>
|
||||
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
||||
<ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
|
||||
</PublishOptions>
|
||||
|
Loading…
Reference in New Issue
Block a user