We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d69e9 commit 7446d7eCopy full SHA for 7446d7e
src/debugger/io-window.cc
@@ -55,7 +55,7 @@ void TextRegBits(Emulator* e, u8 v, BitArg arg, Args... args) {
55
ImGui::SameLine();
56
ImGui::Text("%s", text);
57
if (arg.tooltip && ImGui::IsItemHovered()) {
58
- ImGui::SetTooltip(arg.tooltip);
+ ImGui::SetTooltip("%s", arg.tooltip);
59
}
60
61
TextRegBits(e, v, args...);
0 commit comments