1
0
Fork 0

GUI: reverted new nonprint/null character replacement

This commit is contained in:
mrexodia 2016-11-06 14:50:41 +01:00
parent a3e097e235
commit 6695b4690b
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 2 additions and 2 deletions

View File

@ -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();