mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
fix: Main window being hard to resize when bytes are selected in the hex editor view
This commit is contained in:
@@ -311,7 +311,7 @@ namespace hex::plugin::builtin {
|
||||
|
||||
ContentRegistry::Interface::addFooterItem([] {
|
||||
if (auto selection = ImHexApi::HexEditor::getSelection(); selection.has_value()) {
|
||||
ImGuiExt::TextFormattedSelectable("0x{:02X} - 0x{:02X} ({} bytes)",
|
||||
ImGuiExt::TextFormatted("0x{:02X} - 0x{:02X} ({} bytes)",
|
||||
selection->getStartAddress(),
|
||||
selection->getEndAddress(),
|
||||
selection->getSize()
|
||||
|
||||
Reference in New Issue
Block a user