mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
fix: Hex editor footer taking up way too much space
This commit is contained in:
@@ -923,7 +923,7 @@ namespace hex::plugin::builtin::ui {
|
||||
this->drawEditor(tableSize);
|
||||
|
||||
if (tableSize.y > 0)
|
||||
this->drawFooter(tableSize);
|
||||
this->drawFooter(footerSize);
|
||||
|
||||
this->m_selectionChanged = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user