mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 03:48:27 +02:00
LCL: added debugging
git-svn-id: trunk@26693 -
This commit is contained in:
parent
20c18d6616
commit
c4f8693efa
@ -82,7 +82,7 @@ procedure TNBPages.Put(Index: Integer; const S: String);
|
||||
begin
|
||||
if (Index<0) or (Index>=fPageList.Count) then
|
||||
RaiseGDBException('TNBPages.Put Index out of bounds');
|
||||
|
||||
//debugln(['TNBPages.Put ',DbgSName(FNotebook),' ',Index,' S="',S,'"']);
|
||||
TCustomPage(fPageList[Index]).Caption := S;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user