diff --git a/plugins/builtin/source/content/views/view_hex_editor.cpp b/plugins/builtin/source/content/views/view_hex_editor.cpp index ed4a9997f..3d8fe72d8 100644 --- a/plugins/builtin/source/content/views/view_hex_editor.cpp +++ b/plugins/builtin/source/content/views/view_hex_editor.cpp @@ -763,7 +763,7 @@ namespace hex::plugin::builtin { this->drawSelectionFrame(x, y, byteAddress, bytesPerCell, cellStartPos, cellSize); } - const bool cellHovered = ImGui::IsMouseHoveringRect(cellStartPos, cellStartPos + cellSize, true); + const bool cellHovered = ImGui::IsMouseHoveringRect(cellStartPos, cellStartPos + cellSize, false); this->handleSelection(byteAddress, bytesPerCell, &bytes[x * bytesPerCell], cellHovered);