You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Hide smart snapping line when guideline dragging ends
(cherry picked from commit b255efba7c)
This commit is contained in:
committed by
Rémi Verschelde
parent
c96336449e
commit
36ec71bcef
@@ -1241,6 +1241,8 @@ bool CanvasItemEditor::_gui_input_rulers_and_guides(const Ref<InputEvent> &p_eve
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
snap_target[0] = SNAP_TARGET_NONE;
|
||||||
|
snap_target[1] = SNAP_TARGET_NONE;
|
||||||
drag_type = DRAG_NONE;
|
drag_type = DRAG_NONE;
|
||||||
viewport->update();
|
viewport->update();
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user