mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:40:05 +00:00
Update ImGui to v1.92.2b
This commit is contained in:
parent
26e7220959
commit
dc96e3e3ad
11 changed files with 35 additions and 108 deletions
|
|
@ -34,7 +34,7 @@ void ImGui::DrawTooltip(const std::string& hoverText)
|
|||
|
||||
if (::ImGui::BeginTooltip())
|
||||
{
|
||||
::ImGui::PushFont(tooltipFont->font());
|
||||
::ImGui::PushFont(tooltipFont->font(), 0.0f);
|
||||
::ImGui::TextUnformatted(hoverText.c_str());
|
||||
::ImGui::PopFont();
|
||||
::ImGui::EndTooltip();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue