From b9bdee89b5952f1522c509a89a6f86ae963a2a3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Sat, 12 Feb 2011 23:37:33 +0000 Subject: [PATCH] [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 --- app/src/gambas3/.src/Editor/Form/CControl.class | 2 +- app/src/gambas3/authors.txt | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app/src/gambas3/.src/Editor/Form/CControl.class b/app/src/gambas3/.src/Editor/Form/CControl.class index 4ec078591..2f3c831aa 100644 --- a/app/src/gambas3/.src/Editor/Form/CControl.class +++ b/app/src/gambas3/.src/Editor/Form/CControl.class @@ -599,8 +599,8 @@ _DO_NOT_APPLY: If Not VirtualCoord 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) + $cValue["#" & sProp] = vVal MoveAllHandle Endif Endif diff --git a/app/src/gambas3/authors.txt b/app/src/gambas3/authors.txt index 96683220f..7bb8a27a2 100644 --- a/app/src/gambas3/authors.txt +++ b/app/src/gambas3/authors.txt @@ -397,11 +397,10 @@ Mathias Ebermann math.eber@t-online.de Germany German translation -Wizard example ------------------------------------------ -Edison Henrique Andreassy -ehasis@hotmail.com - -Brasilian Portuguese translation +Florin Iacob +zamox.goo@gmail.com +Romania +Romanian translation