Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix memory dragging off-by-N rows issue #1229

Merged
merged 3 commits into from
Jan 15, 2025
Merged

Fix memory dragging off-by-N rows issue #1229

merged 3 commits into from
Jan 15, 2025

Conversation

kk7ds
Copy link
Owner

@kk7ds kk7ds commented Jan 15, 2025

Since the introduction of the filter query field, the memory dragging
function has been off by a few rows when dropped. This is due to
improperly calculating the position of the memory editor in the
window, which this patch corrects.

kk7ds added 3 commits January 14, 2025 20:02
Since the introduction of the filter query field, the memory dragging
function has been off by a few rows when dropped. This is due to
improperly calculating the position of the memory editor in the
window, which this patch corrects.
This wasn't getting exposed because of the comparison between string
and byte(s) and thus wasn't properly being tested before.
@kk7ds kk7ds merged commit a033927 into master Jan 15, 2025
6 checks passed
@kk7ds kk7ds deleted the fix-memory-drag branch January 15, 2025 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant