mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 02:39:51 +02:00
anchordocking: fixed example
git-svn-id: trunk@26106 -
This commit is contained in:
parent
dc520f8360
commit
e6d40795b4
@ -4048,7 +4048,6 @@ begin
|
||||
inherited Create(AOwner);
|
||||
GetCloseGlyph;
|
||||
Glyph:=DockMaster.fCloseBtnBitmap;
|
||||
BorderWidth:=0;
|
||||
end;
|
||||
|
||||
destructor TAnchorDockCloseButton.Destroy;
|
||||
|
@ -69,7 +69,6 @@
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)/"/>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||
<LCLWidgetType Value="win32"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
@ -84,7 +83,6 @@
|
||||
<StackChecks Value="True"/>
|
||||
</Checks>
|
||||
<VerifyObjMethodCallValidity Value="True"/>
|
||||
<TargetOS Value="win32"/>
|
||||
</CodeGeneration>
|
||||
<Linking>
|
||||
<Options>
|
||||
|
Loading…
Reference in New Issue
Block a user