mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 18:39:52 +02:00
gtk2: reduce listview debug output
git-svn-id: trunk@20785 -
This commit is contained in:
parent
c9e44575c5
commit
fe32ac3be3
@ -158,8 +158,8 @@ begin
|
||||
msg.Msg := CN_NOTIFY;
|
||||
if (widgets=nil) or (Widgets^.ItemCache=nil) or (Widgets^.ItemCache.Count=0) then
|
||||
begin
|
||||
debugln(' Gtk2_ItemSelectionChanged ItemCache=nil ',tComponent(widgetInfo^.lclObject).name);
|
||||
exit;
|
||||
//debugln(' Gtk2_ItemSelectionChanged ItemCache=nil ',tComponent(widgetInfo^.lclObject).name);
|
||||
Exit;
|
||||
end;
|
||||
for i := 0 to Widgets^.ItemCache.Count -1 do
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user