We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f667c commit ba6953fCopy full SHA for ba6953f
plugins/builtin/source/content/tools/color_picker.cpp
@@ -86,7 +86,7 @@ namespace hex::plugin::builtin {
86
drawBitsSlider(&bitValue);
87
88
// Configure drag and drop source and target
89
- if (ImGui::BeginDragDropSource(ImGuiDragDropFlags_SourceNoPreviewTooltip)) {
+ if (ImGui::BeginDragDropSource(ImGuiDragDropFlags_None)) {
90
// Set the current slider index as the payload
91
ImGui::SetDragDropPayload("BIT_VALUE", &index, sizeof(u32));
92
0 commit comments