mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #12] [CLOSED] VecLine::Clip infinite recursion fix #113
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/12
Author: @erikjwaxx
Created: 3/3/2020
Status: ❌ Closed
Base:
master← Head:VecLine-Clip-infinite-recursion-fix📝 Commits (1)
0a9fe12Fix VecLine::Clip infinite recursion in Geom/geometry.h📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
uppsrc/Geom/geometry.h(+1 -1)📄 Description
It looks like, from looking at the function signature
Clip(const Rectf& rect) constthat the intent here is to keep the operated-onVecLineimmutable and return a copy clipped byrect.This change effects that logic while breaking the infinite recursion.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.