Snapping of rulers: now all points snap when the ruler is moved

This commit is contained in:
Matthias Koefferlein
2026-05-01 18:57:03 +02:00
parent 5d60cfe27d
commit 17f5b4f2da
2 changed files with 21 additions and 4 deletions
+3
View File
@@ -437,9 +437,12 @@ MoveService::drag_cancel ()
{
m_shift = db::DPoint ();
if (m_dragging) {
show_toolbox (false);
ui ()->ungrab_mouse (this);
m_dragging = false;
}
}