mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 06:09:15 +02:00
SpartaDockedFormEditor: Fixed showing of scrollbars after revision 63888 #54661a2a36. Issue #38261
git-svn-id: trunk@64281 -
This commit is contained in:
parent
1156464b04
commit
8a009c1c3a
@ -1346,7 +1346,9 @@ begin
|
||||
Exit;
|
||||
LForm := TCustomForm(GlobalDesignHook.LookupRoot);
|
||||
LFormData := FindDesignFormData(LForm);
|
||||
LFormData.RepaintFormImages;
|
||||
LSourceWindow := (LFormData as IDesignedFormIDE).LastActiveSourceWindow;
|
||||
LPageCtrl := FindModulePageControl(LSourceWindow);
|
||||
LPageCtrl.BoundToDesignTabSheet;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user