]> git.lyx.org Git - lyx.git/commitdiff
Do not forget to reset stream after std::hex
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 9 Sep 2024 15:49:20 +0000 (17:49 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 9 Sep 2024 15:49:20 +0000 (17:49 +0200)
Spotted by Coverity scan.

src/frontends/qt/GuiWorkArea.cpp

index bb616e7abb991af84089c186c366d81769733ecb..c643a301922de05029fe43991580750be62503d0 100644 (file)
@@ -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.