mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-26 11:48:20 +02:00
Anchordocking: Don't update a tabbed page's caption with its name when saving desktops. Issue #29199.
git-svn-id: trunk@51181 -
This commit is contained in:
parent
f90e434afc
commit
5aaef8bebb
@ -1983,7 +1983,6 @@ var
|
||||
Site.Pages.Pages.Add(aPageName);
|
||||
aPage:=Site.Pages.Page[j];
|
||||
inc(j);
|
||||
aPage.Caption:=aPageName;
|
||||
AControl:=Restore(Node[i],aPage);
|
||||
if AControl=nil then continue;
|
||||
AControl.Align:=alClient;
|
||||
|
Loading…
Reference in New Issue
Block a user