mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 21:59:36 +02:00
anchordocking: clean up
git-svn-id: trunk@30237 -
This commit is contained in:
parent
6b1b1b22d1
commit
9c26e8ecf5
@ -74,7 +74,6 @@
|
||||
- popup menu
|
||||
- shrink side left, top, right, bottom
|
||||
- simple way to make forms dockable at designtime without any code
|
||||
- minimize button and Hide => show in header
|
||||
- on show again: restore layout
|
||||
- close button for pages
|
||||
}
|
||||
@ -537,13 +536,6 @@ type
|
||||
property PageClass: TAnchorDockPageClass read FPageClass write FPageClass;
|
||||
end;
|
||||
|
||||
{ TControl_Hack }
|
||||
|
||||
TControl_Hack = class(TControl)
|
||||
published
|
||||
property OnStartDock; // was Protected
|
||||
end;
|
||||
|
||||
var
|
||||
DockMaster: TAnchorDockMaster = nil;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user