mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 11:39:25 +02:00
DockedFormEditor: Refresh all PageControls after options are changed, so tab position is correctly changed.
git-svn-id: trunk@64987 -
This commit is contained in:
parent
aa96e17781
commit
703b0f188a
@ -234,7 +234,7 @@ begin
|
||||
LPageIndex := LPageCtrl.PageIndex;
|
||||
DesignForms.RemoveAllAnchorDesigner;
|
||||
SourceWindows.ShowCodeTabSkipCurrent(nil, nil);
|
||||
SourceWindows.RefreshActivePageControls;
|
||||
SourceWindows.RefreshAllPageControls;
|
||||
TDockedMainIDE.EditorActivated(SourceWindows.LastActiveSourceEditor);
|
||||
if LPageIndex = 0 then Exit;
|
||||
LPageCtrl.TabIndex := LPageIndex;
|
||||
|
Loading…
Reference in New Issue
Block a user