Bugfix pop font

This commit is contained in:
Bruno Herbelin
2022-01-08 15:04:31 +01:00
parent 43c51c3b82
commit 1bb8b636b9

View File

@@ -535,8 +535,8 @@ void showToolTip(const char* desc, const char* shortcut)
ImGui::Text(shortcut);
ImGui::PopStyleColor();
}
ImGui::PopFont();
ImGui::EndTooltip();
ImGui::PopFont();
}
void ImGuiToolkit::ToolTip(const char* desc, const char* shortcut)