Fix the bug that ink annotations are not visible on startup.

svn path=/trunk/playground/graphics/okular/; revision=608228
This commit is contained in:
Tobias Koenig 2006-11-27 08:01:27 +00:00
parent 4c17c58fc2
commit 1cea7cb777

View file

@ -855,6 +855,8 @@ InkAnnotation::InkAnnotation( const QDomNode & node )
// loading complete
break;
}
transformedInkPaths = inkPaths;
}
void InkAnnotation::store( QDomNode & node, QDomDocument & document ) const