mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -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:
@@ -69,6 +69,10 @@ namespace hex::plugin::builtin {
|
||||
m_hexEditor.jumpToSelection();
|
||||
}
|
||||
|
||||
void jumpIfOffScreen() {
|
||||
m_hexEditor.jumpIfOffScreen();
|
||||
}
|
||||
|
||||
private:
|
||||
void drawPopup();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user