equal
deleted
inserted
replaced
57 // Symbian 2nd phase constructor can leave. |
57 // Symbian 2nd phase constructor can leave. |
58 // ----------------------------------------------------------------------------- |
58 // ----------------------------------------------------------------------------- |
59 // |
59 // |
60 void CXnViewControlAdapter::ConstructL( CXnNodePluginIf& aNode ) |
60 void CXnViewControlAdapter::ConstructL( CXnNodePluginIf& aNode ) |
61 { |
61 { |
|
62 CreateWindowL(); |
|
63 |
62 CXnControlAdapter::ConstructL( aNode ); |
64 CXnControlAdapter::ConstructL( aNode ); |
63 |
|
64 CreateWindowL(); |
|
65 |
65 |
66 if( Window().SetTransparencyAlphaChannel() == KErrNone ) |
66 if( Window().SetTransparencyAlphaChannel() == KErrNone ) |
67 { |
67 { |
68 Window().SetBackgroundColor( ~0 ); |
68 Window().SetBackgroundColor( ~0 ); |
69 } |
69 } |