diff --git a/plugins/builtin/source/content/tools/color_picker.cpp b/plugins/builtin/source/content/tools/color_picker.cpp index ff1146147..51d46bfb5 100644 --- a/plugins/builtin/source/content/tools/color_picker.cpp +++ b/plugins/builtin/source/content/tools/color_picker.cpp @@ -86,7 +86,7 @@ namespace hex::plugin::builtin { drawBitsSlider(&bitValue); // Configure drag and drop source and target - if (ImGui::BeginDragDropSource(ImGuiDragDropFlags_SourceNoPreviewTooltip)) { + if (ImGui::BeginDragDropSource(ImGuiDragDropFlags_None)) { // Set the current slider index as the payload ImGui::SetDragDropPayload("BIT_VALUE", &index, sizeof(u32));