mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 09:36:15 +02:00
IDE: add new tab to history after a tab was closed.
git-svn-id: trunk@50136 -
This commit is contained in:
parent
8b28bc8ddd
commit
49fe33b8c3
@ -7439,8 +7439,10 @@ begin
|
||||
FPageIndex := APageIndex + 1
|
||||
else
|
||||
FPageIndex := APageIndex - 1;
|
||||
FNoteBook.PageIndex := FPageIndex;
|
||||
Include(FUpdateFlags,ufPageIndexChanged);
|
||||
if FUpdateLock = 0 then
|
||||
ApplyPageIndex
|
||||
else
|
||||
Include(FUpdateFlags,ufPageIndexChanged);
|
||||
end;
|
||||
NotebookPages.Delete(APageIndex);
|
||||
end else begin
|
||||
|
Loading…
Reference in New Issue
Block a user