Преглед на файлове

Hide smart snapping line when guideline dragging ends

(cherry picked from commit b255efba7cbcc3757d5489b63ae4bbe79db954f4)
Haoyu Qiu преди 3 години
родител
ревизия
496d2843c4
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      editor/plugins/canvas_item_editor_plugin.cpp

+ 2 - 0
editor/plugins/canvas_item_editor_plugin.cpp

@@ -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;
 			viewport->update();
 			return true;