mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-01-31 08:59:09 -06:00
Added support for Home, End, PageUp and PageDown in hex view
Resolves #148
This commit is contained in:
@@ -269,8 +269,7 @@ namespace hex {
|
||||
}
|
||||
}
|
||||
|
||||
if (ImGui::IsWindowFocused(ImGuiFocusedFlags_ChildWindows))
|
||||
ImGui::GetIO().ConfigFlags &= ~ImGuiConfigFlags_NavEnableKeyboard;
|
||||
View::discardNavigationRequests();
|
||||
}
|
||||
ImGui::End();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user