GUI: insert wildcard in HexEdit instead of zero
This commit is contained in:
parent
61aef59e87
commit
af49e5fe6f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue