uiacceltk/hitchcock/coretoolkit/rendervg10/src/HuiFxVg10Engine.cpp
branchRCL_3
changeset 18 1801340c26a2
parent 0 15bf7259bb7c
child 19 e5af45d51884
--- a/uiacceltk/hitchcock/coretoolkit/rendervg10/src/HuiFxVg10Engine.cpp	Thu Jul 15 19:40:07 2010 +0300
+++ b/uiacceltk/hitchcock/coretoolkit/rendervg10/src/HuiFxVg10Engine.cpp	Thu Aug 19 10:48:02 2010 +0300
@@ -45,7 +45,8 @@
     CHuiFxEngine::ConstructL(EHuiFxEngineVg10);
     iPlugin = &aPlugin;
     iDefaultBuffer = 0;
-    iCompPaint = vgCreatePaint();
+	// usually we don't have any vg context set at this point, so we cannot yet create the actual paint
+    iCompPaint = VG_INVALID_HANDLE; 
     }
 
 CHuiFxVg10Engine::~CHuiFxVg10Engine()