mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
fix: Custom encoding and text padding setting not applying to custom encoding column
Actually fixes #1005
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user