Fix polygon point editor behavior to avoid hard limits

When dragging a vertex, use the 45/90 limits as guides and display the
full guidelines.  When dragging a midpoint, do not use these limits.
Keep the standard converging limit
This commit is contained in:
Seth Hillbrand
2025-10-10 13:31:49 -07:00
parent cc245475c5
commit 3a67dceab2
7 changed files with 146 additions and 8 deletions
+1 -1
View File
@@ -681,7 +681,7 @@ void SNAP_MANAGER::UpdateSnapGuides()
if( activeDirection && *activeDirection == static_cast<int>( ii ) )
{
guide.LineWidth = 2;
guide.LineWidth = 5;
guide.Color = m_snapGuideHighlightColor;
}
else