From b64a92668a2b9d706a6d940609bfdef833f6c4e4 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 10 Mar 2025 04:14:01 -0500 Subject: [PATCH] GUI: fix drag-and-drop crash this time for real! issue #2327 --- src/gui/dataList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/dataList.cpp b/src/gui/dataList.cpp index 981527bc3..82e03982c 100644 --- a/src/gui/dataList.cpp +++ b/src/gui/dataList.cpp @@ -114,8 +114,8 @@ const char* sampleNote[12]={ MARK_MODIFIED; \ } \ _toMoveVar=-1; \ - ImGui::EndDragDropTarget(); \ } \ + ImGui::EndDragDropTarget(); \ } \ }