fix: Hopefully fix the hex editor position jumping around after search
This commit is contained in:
parent
f9a7cdf4dd
commit
ad85a4a0e3
@ -777,7 +777,7 @@ namespace hex::plugin::builtin::ui {
|
||||
this->setSelection(selectionStart.value_or(address), endAddress);
|
||||
this->scrollToSelection();
|
||||
}
|
||||
else if (ImGui::IsMouseDown(ImGuiMouseButton_Left)) {
|
||||
else if (ImGui::IsMouseClicked(ImGuiMouseButton_Left)) {
|
||||
if (ImGui::GetIO().KeyShift)
|
||||
this->setSelection(selectionStart.value_or(address), endAddress);
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user