mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 12:39:29 +02:00
anchordocking: enlarge clockwise
git-svn-id: trunk@26001 -
This commit is contained in:
parent
449aa8281b
commit
44cf8aac3a
@ -2342,7 +2342,7 @@ function TAnchorDockHostSite.EnlargeSide(Side: TAnchorKind;
|
||||
begin
|
||||
Result:=false;
|
||||
if EnlargeSideResizeTwoSplitters(Side,ClockwiseAnchor[Side],
|
||||
OnlyCheckIfPossible) then exit;
|
||||
OnlyCheckIfPossible) then exit(true);
|
||||
if EnlargeSideResizeTwoSplitters(Side,OppositeAnchor[ClockwiseAnchor[Side]],
|
||||
OnlyCheckIfPossible) then exit(true);
|
||||
// ToDo:
|
||||
|
Loading…
Reference in New Issue
Block a user