fix: Custom encoding and text padding setting not applying to custom encoding column

Actually fixes #1005
This commit is contained in:
WerWolv
2023-03-31 13:49:33 +02:00
parent 2f04cfd5c6
commit 4da18d3630
2 changed files with 5 additions and 3 deletions

View File

@@ -213,6 +213,7 @@ namespace hex::plugin::builtin::ui {
bool m_upperCaseHex = true;
bool m_grayOutZero = true;
bool m_showAscii = true;
bool m_showCustomEncoding = true;
bool m_syncScrolling = false;
u32 m_byteCellPadding = 0, m_characterCellPadding = 0;