mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-10 03:37:37 +01:00
ScrEdit: More debugln
git-svn-id: trunk@43297 -
This commit is contained in:
parent
105b722022
commit
c3cd2af441
@ -6410,12 +6410,12 @@ end;
|
|||||||
|
|
||||||
procedure TSourceNotebook.SetPageIndex(AValue: Integer);
|
procedure TSourceNotebook.SetPageIndex(AValue: Integer);
|
||||||
begin
|
begin
|
||||||
DebugLnEnter(SRCED_PAGES, ['>> TSourceNotebook.SetPageIndex Cur-PgIdx=', PageIndex, ' FPageIndex=', FPageIndex, ' Value=', AValue, ' FUpdateLock=', FUpdateLock]);
|
|
||||||
if (fPageIndex = AValue) and (FNotebook.PageIndex = AValue) then begin
|
if (fPageIndex = AValue) and (FNotebook.PageIndex = AValue) then begin
|
||||||
//debugln(['>> TSourceNotebook.SetPageIndex PageIndex=', PageIndex, ' FPageIndex=', FPageIndex, ' Value=', AValue, ' FUpdateLock=', FUpdateLock]);
|
//debugln(['>> TSourceNotebook.SetPageIndex PageIndex=', PageIndex, ' FPageIndex=', FPageIndex, ' Value=', AValue, ' FUpdateLock=', FUpdateLock]);
|
||||||
//DumpStack;
|
//DumpStack;
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
DebugLnEnter(SRCED_PAGES, ['>> TSourceNotebook.SetPageIndex Cur-PgIdx=', PageIndex, ' FPageIndex=', FPageIndex, ' Value=', AValue, ' FUpdateLock=', FUpdateLock]);
|
||||||
//debugln(['>> TSourceNotebook.SetPageIndex CHANGE PageIndex=', PageIndex, ' FPageIndex=', FPageIndex, ' Value=', AValue, ' FUpdateLock=', FUpdateLock]);
|
//debugln(['>> TSourceNotebook.SetPageIndex CHANGE PageIndex=', PageIndex, ' FPageIndex=', FPageIndex, ' Value=', AValue, ' FUpdateLock=', FUpdateLock]);
|
||||||
FPageIndex := AValue;
|
FPageIndex := AValue;
|
||||||
if FUpdateLock = 0 then
|
if FUpdateLock = 0 then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user