[DEVELOPMENT ENVIRONMENT]

* BUG: Template form files not crash now when they are run. 
The window border property now use the new shape.


git-svn-id: svn://localhost/gambas/trunk@1341 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Fabien Bodard 2008-04-25 20:30:28 +00:00
parent 2b3d43e673
commit e7c5830190
2 changed files with 4 additions and 2 deletions

View file

@ -2,5 +2,6 @@
{ FMain Form
MoveScaled(0, 0, 50, 50)
Border = Window.Resizable
Type = window.Normal
Border = True
}

View file

@ -2,5 +2,6 @@
{ FTest Form
MoveScaled(0, 0, 50, 50)
Border = Window.Resizable
Type = window.Normal
Border = True
}