1
0
mirror of synced 2024-11-24 15:50:16 +01:00

fix: Hex editor footer taking up way too much space

This commit is contained in:
WerWolv 2023-12-10 22:46:34 +01:00
parent 1ba34c233e
commit e6796d1458

View File

@ -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;
}