[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:
parent
2b3d43e673
commit
e7c5830190
2 changed files with 4 additions and 2 deletions
|
@ -2,5 +2,6 @@
|
|||
|
||||
{ FMain Form
|
||||
MoveScaled(0, 0, 50, 50)
|
||||
Border = Window.Resizable
|
||||
Type = window.Normal
|
||||
Border = True
|
||||
}
|
||||
|
|
|
@ -2,5 +2,6 @@
|
|||
|
||||
{ FTest Form
|
||||
MoveScaled(0, 0, 50, 50)
|
||||
Border = Window.Resizable
|
||||
Type = window.Normal
|
||||
Border = True
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue