mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Do not forget to reset stream after std::hex
Spotted by Coverity scan.
This commit is contained in:
parent
6687b34c07
commit
f4c02d670b
@ -1510,7 +1510,7 @@ void GuiWorkArea::inputMethodEvent(QInputMethodEvent * e)
|
||||
|
||||
QVariant GuiWorkArea::inputMethodQuery(Qt::InputMethodQuery query) const
|
||||
{
|
||||
LYXERR(Debug::INFO, "incoming InputMethodQuery Value: 0x" << std::hex << query);
|
||||
LYXERR(Debug::INFO, "incoming InputMethodQuery Value: 0x" << std::hex << query << std::dec);
|
||||
switch (query) {
|
||||
// this is the CJK-specific composition window position and
|
||||
// the context menu position when the menu key is pressed.
|
||||
|
Loading…
Reference in New Issue
Block a user