summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TPanel.php
diff options
context:
space:
mode:
authorxue <>2006-03-19 16:24:35 +0000
committerxue <>2006-03-19 16:24:35 +0000
commita31c95cfdb23a9dd068759249389c4a9c0734511 (patch)
treeea12c62dd48e389b05a257552f1b1d03fa29cca1 /framework/Web/UI/WebControls/TPanel.php
parent64310ee432c1eb9e50559581a7570aba534c7e20 (diff)
Update datagrid samples in respect to the new change to TDataGrid.
Diffstat (limited to 'framework/Web/UI/WebControls/TPanel.php')
-rw-r--r--framework/Web/UI/WebControls/TPanel.php2
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;