fix: Hex editor footer taking up way too much space
This commit is contained in:
parent
1ba34c233e
commit
e6796d1458
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user