mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
impr: Don't scroll hex editor view when jumping to a region that's on-screen already
Fixes #1743
This commit is contained in:
@@ -196,6 +196,7 @@ namespace hex::ui {
|
||||
}
|
||||
|
||||
void jumpIfOffScreen() {
|
||||
m_shouldScrollToSelection = true;
|
||||
m_shouldJumpWhenOffScreen = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user