diff options
Diffstat (limited to 'karbon/core/vpath.cc')
-rw-r--r-- | karbon/core/vpath.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/core/vpath.cc b/karbon/core/vpath.cc index 4f279cd7..1442d90c 100644 --- a/karbon/core/vpath.cc +++ b/karbon/core/vpath.cc @@ -416,7 +416,7 @@ bool VSubpath::pointIsInside( const KoPoint& p ) const { // If the point is not inside the boundingbox, it cannot be inside the path either. - if( !boundingBox().tqcontains( p ) ) + if( !boundingBox().contains( p ) ) return false; // First check if the point is inside the knot polygon (beziers are treated |