mirror of https://gitlab.com/basile.b/dexed.git
this has never fixed anything
(was to stick editor to main memnu)
This commit is contained in:
parent
e24c183de2
commit
ed21c110e0
src
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue