1
0
Fork 0

GUI: insert wildcard in HexEdit instead of zero

This commit is contained in:
mrexodia 2016-11-20 17:41:50 +01:00
parent 61aef59e87
commit af49e5fe6f
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ void QHexEditPrivate::keyPressEvent(QKeyEvent* event)
return;
}
if((charX % 3) == 0)
insert(posBa, char(0), char(0));
insert(posBa, char(0), _wildcardEnabled);
}
// Change content