this has never fixed anything

(was to stick editor to main memnu)
This commit is contained in:
Basile Burg 2017-09-01 23:01:34 +02:00
parent e24c183de2
commit ed21c110e0
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 0 additions and 7 deletions

View File

@ -1418,13 +1418,6 @@ begin
DockMaster.HeaderStyle := adhsPoints;
DockMaster.HideHeaderCaptionFloatingControl := true;
// this is a fix (?) copied from Laz.
if DockManager is TAnchorDockManager then
begin
aManager:=TAnchorDockManager(DockManager);
aManager.PreferredSiteSizeAsSiteMinimum:=false;
end;
// makes widget dockable
for i := 0 to fWidgList.Count-1 do
begin