[DEVELOPMENT ENVIRONMENT]
* BUG: Changing the form width or height from the property sheet works correctly again. git-svn-id: svn://localhost/gambas/trunk@3564 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
62ce9d905b
commit
b9bdee89b5
2 changed files with 5 additions and 6 deletions
|
@ -599,8 +599,8 @@ _DO_NOT_APPLY:
|
||||||
|
|
||||||
If Not VirtualCoord Then
|
If Not VirtualCoord Then
|
||||||
If sProp = "X" Or If sProp = "Y" Or If sProp = "Width" Or If sProp = "Height" Then
|
If sProp = "X" Or If sProp = "Y" Or If sProp = "Width" Or If sProp = "Height" Then
|
||||||
$cValue["#" & sProp] = vVal
|
|
||||||
Object.SetProperty(Control, sProp, vVal)
|
Object.SetProperty(Control, sProp, vVal)
|
||||||
|
$cValue["#" & sProp] = vVal
|
||||||
MoveAllHandle
|
MoveAllHandle
|
||||||
Endif
|
Endif
|
||||||
Endif
|
Endif
|
||||||
|
|
|
@ -397,11 +397,10 @@ Mathias Ebermann
|
||||||
math.eber@t-online.de
|
math.eber@t-online.de
|
||||||
Germany
|
Germany
|
||||||
German translation
|
German translation
|
||||||
Wizard example
|
|
||||||
|
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
Edison Henrique Andreassy
|
Florin Iacob
|
||||||
ehasis@hotmail.com
|
zamox.goo@gmail.com
|
||||||
|
Romania
|
||||||
Brasilian Portuguese translation
|
Romanian translation
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue