mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-23 14:19:32 +01:00
Examples: Fix loading fonts in LazFreeType example. Patch by Cedric. Issue #0027126.
git-svn-id: trunk@47075 -
This commit is contained in:
parent
51cdfe8e79
commit
61c5ef07e0
@ -12,6 +12,7 @@ object Form1: TForm1
|
|||||||
OnDestroy = FormDestroy
|
OnDestroy = FormDestroy
|
||||||
OnMouseMove = FormMouseMove
|
OnMouseMove = FormMouseMove
|
||||||
OnPaint = FormPaint
|
OnPaint = FormPaint
|
||||||
|
OnShow = FormShow
|
||||||
Position = poDefault
|
Position = poDefault
|
||||||
LCLVersion = '1.1'
|
LCLVersion = '1.1'
|
||||||
object Panel_Option: TPanel
|
object Panel_Option: TPanel
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user