diff --git a/src/Editor/DearImGui/Editor.cpp b/src/Editor/DearImGui/Editor.cpp index 6f93e3b..40d3936 100644 --- a/src/Editor/DearImGui/Editor.cpp +++ b/src/Editor/DearImGui/Editor.cpp @@ -1493,7 +1493,10 @@ void Editor::PetriView::onHandleInput() if (button == MOUSE_BOUTON_HANDLE_ARC) { - handleArcDestination(); + if (!ImGui::GetIO().KeyCtrl) + { + handleArcDestination(); + } } }