diff options
author | xue <> | 2006-03-19 16:24:35 +0000 |
---|---|---|
committer | xue <> | 2006-03-19 16:24:35 +0000 |
commit | a31c95cfdb23a9dd068759249389c4a9c0734511 (patch) | |
tree | ea12c62dd48e389b05a257552f1b1d03fa29cca1 /framework | |
parent | 64310ee432c1eb9e50559581a7570aba534c7e20 (diff) |
Update datagrid samples in respect to the new change to TDataGrid.
Diffstat (limited to 'framework')
-rw-r--r-- | framework/Web/UI/WebControls/TPanel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TPanel.php b/framework/Web/UI/WebControls/TPanel.php index 4e010ed2..5f99edf5 100644 --- a/framework/Web/UI/WebControls/TPanel.php +++ b/framework/Web/UI/WebControls/TPanel.php @@ -429,7 +429,7 @@ class TPanelStyle extends TStyle public function mergeWith($style)
{
parent::mergeWith($style);
- if($style instanceof TTableStyle)
+ if($style instanceof TPanelStyle)
{
if($this->_backImageUrl===null && $style->_backImageUrl!==null)
$this->_backImageUrl=$style->_backImageUrl;
|