GUI: reverted new nonprint/null character replacement
This commit is contained in:
parent
a3e097e235
commit
6695b4690b
|
|
@ -26,8 +26,8 @@ HexDump::HexDump(QWidget* parent)
|
|||
|
||||
mRvaDisplayEnabled = false;
|
||||
mSyncAddrExpression = "";
|
||||
mNonprintReplace = QChar(0x25CA);
|
||||
mNullReplace = QChar(0x2022);
|
||||
mNonprintReplace = QChar('.'); //QChar(0x25CA);
|
||||
mNullReplace = QChar('.'); //QChar(0x2022);
|
||||
|
||||
historyClear();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue