diff options
author | xue <> | 2006-01-14 06:56:13 +0000 |
---|---|---|
committer | xue <> | 2006-01-14 06:56:13 +0000 |
commit | f8259bb73731552eb77dcd1254d711507e4932c4 (patch) | |
tree | 4faa0c94c90e870f3070d0d4bb98ea85cc5513f4 /framework/Web/UI/WebControls/TFont.php | |
parent | 5a63c2c1989ed9fdcf8fbe00ec8161934768daf3 (diff) |
TDataList completed. A preliminary demo added.
Diffstat (limited to 'framework/Web/UI/WebControls/TFont.php')
-rw-r--r-- | framework/Web/UI/WebControls/TFont.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TFont.php b/framework/Web/UI/WebControls/TFont.php index 75917b6c..37a08546 100644 --- a/framework/Web/UI/WebControls/TFont.php +++ b/framework/Web/UI/WebControls/TFont.php @@ -228,7 +228,7 @@ class TFont extends TComponent $this->setUnderline($font->getUnderline());
if($font->_flags & self::IS_SET_SIZE)
$this->setSize($font->getSize());
- if($font->_flags & self::IS_SET_NAMES)
+ if($font->_flags & self::IS_SET_NAME)
$this->setName($font->getName());
}
|