mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 21:00:34 +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);
|
inherited Create(AOwner);
|
||||||
GetCloseGlyph;
|
GetCloseGlyph;
|
||||||
Glyph:=DockMaster.fCloseBtnBitmap;
|
Glyph:=DockMaster.fCloseBtnBitmap;
|
||||||
BorderWidth:=0;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
destructor TAnchorDockCloseButton.Destroy;
|
destructor TAnchorDockCloseButton.Destroy;
|
||||||
|
@ -69,7 +69,6 @@
|
|||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<IncludeFiles Value="$(ProjOutDir)/"/>
|
<IncludeFiles Value="$(ProjOutDir)/"/>
|
||||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||||
<LCLWidgetType Value="win32"/>
|
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<Parsing>
|
<Parsing>
|
||||||
<SyntaxOptions>
|
<SyntaxOptions>
|
||||||
@ -84,7 +83,6 @@
|
|||||||
<StackChecks Value="True"/>
|
<StackChecks Value="True"/>
|
||||||
</Checks>
|
</Checks>
|
||||||
<VerifyObjMethodCallValidity Value="True"/>
|
<VerifyObjMethodCallValidity Value="True"/>
|
||||||
<TargetOS Value="win32"/>
|
|
||||||
</CodeGeneration>
|
</CodeGeneration>
|
||||||
<Linking>
|
<Linking>
|
||||||
<Options>
|
<Options>
|
||||||
|
Loading…
Reference in New Issue
Block a user