ide/designer/CodeEditor: Fixed controls property values being modified when variable
authorJerome St-Louis <jerome@ecere.com>
Sat, 12 Dec 2015 00:50:19 +0000 (19:50 -0500)
committerJerome St-Louis <jerome@ecere.com>
Sat, 12 Dec 2015 00:50:19 +0000 (19:50 -0500)
- Was broken by 302ffd77aab8695d403b1557ee6bf8ffd8fc7aad (i18n strings support)

ide/src/designer/CodeEditor.ec

index 2fb1955..3405eb0 100644 (file)
@@ -3356,7 +3356,7 @@ class CodeEditor : Window
                                                                {
                                                                   Property prop = (Property) curMember;
                                                                   Class propertyClass = prop.dataTypeClass;
-                                                                  bool variable = false;
+                                                                  bool variable = true;
                                                                   if(!propertyClass)
                                                                      propertyClass = prop.dataTypeClass = eSystem_FindClass(this.privateModule, prop.dataTypeString);