mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 17:00:04 +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;
|
LPageIndex := LPageCtrl.PageIndex;
|
||||||
DesignForms.RemoveAllAnchorDesigner;
|
DesignForms.RemoveAllAnchorDesigner;
|
||||||
SourceWindows.ShowCodeTabSkipCurrent(nil, nil);
|
SourceWindows.ShowCodeTabSkipCurrent(nil, nil);
|
||||||
SourceWindows.RefreshActivePageControls;
|
SourceWindows.RefreshAllPageControls;
|
||||||
TDockedMainIDE.EditorActivated(SourceWindows.LastActiveSourceEditor);
|
TDockedMainIDE.EditorActivated(SourceWindows.LastActiveSourceEditor);
|
||||||
if LPageIndex = 0 then Exit;
|
if LPageIndex = 0 then Exit;
|
||||||
LPageCtrl.TabIndex := LPageIndex;
|
LPageCtrl.TabIndex := LPageIndex;
|
||||||
|
Loading…
Reference in New Issue
Block a user