mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 21:59:07 +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;
|
msg.Msg := CN_NOTIFY;
|
||||||
if (widgets=nil) or (Widgets^.ItemCache=nil) or (Widgets^.ItemCache.Count=0) then
|
if (widgets=nil) or (Widgets^.ItemCache=nil) or (Widgets^.ItemCache.Count=0) then
|
||||||
begin
|
begin
|
||||||
debugln(' Gtk2_ItemSelectionChanged ItemCache=nil ',tComponent(widgetInfo^.lclObject).name);
|
//debugln(' Gtk2_ItemSelectionChanged ItemCache=nil ',tComponent(widgetInfo^.lclObject).name);
|
||||||
exit;
|
Exit;
|
||||||
end;
|
end;
|
||||||
for i := 0 to Widgets^.ItemCache.Count -1 do
|
for i := 0 to Widgets^.ItemCache.Count -1 do
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user