mirror of
https://github.com/godotengine/godot.git
synced 2024-11-26 14:13:10 +00:00
Hide smart snapping line when guideline dragging ends
This commit is contained in:
parent
d5076439e4
commit
b255efba7c
@ -1139,6 +1139,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;
|
||||
viewport->update();
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user