Revision: 201010 RCL_3
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 15 Mar 2010 12:43:30 +0200
branchRCL_3
changeset 9 81aabfdef1e5
parent 8 baacd33d915b
child 10 95afc90a94ae
Revision: 201010 Kit: 201010
svgtopt/SVG/SVGImpl/src/SVGElementImpl.cpp
svgtopt/SVGTPlugin/src/SvgtPluginControl.cpp
--- a/svgtopt/SVG/SVGImpl/src/SVGElementImpl.cpp	Fri Mar 12 15:47:00 2010 +0200
+++ b/svgtopt/SVG/SVGImpl/src/SVGElementImpl.cpp	Mon Mar 15 12:43:30 2010 +0200
@@ -2312,7 +2312,8 @@
             {
             //tParentValue  = (CIntCssValueImpl *)(lParentElement->iSvgStyleProperties->operator[](aNameId));
             //(*iSvgStyleProperties)[aNameId]= tParentValue;
-			 tValue->SetValueL(tParentValue->Value());
+						if(tParentValue)
+						 		 tValue->SetValueL(tParentValue->Value());
             }
             else
             {
--- a/svgtopt/SVGTPlugin/src/SvgtPluginControl.cpp	Fri Mar 12 15:47:00 2010 +0200
+++ b/svgtopt/SVGTPlugin/src/SvgtPluginControl.cpp	Mon Mar 15 12:43:30 2010 +0200
@@ -527,6 +527,7 @@
     	iXPosAtMouseDown = iPointerX;
 		iYPosAtMouseDown = iPointerY;	
     	iPlugin->iSvgModule->MouseMove( iPointerX, iPointerY );
+    	User::After(10);
         DrawNow();
     }
          }