mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Bugfix pop font
This commit is contained in:
@@ -535,8 +535,8 @@ void showToolTip(const char* desc, const char* shortcut)
|
|||||||
ImGui::Text(shortcut);
|
ImGui::Text(shortcut);
|
||||||
ImGui::PopStyleColor();
|
ImGui::PopStyleColor();
|
||||||
}
|
}
|
||||||
ImGui::PopFont();
|
|
||||||
ImGui::EndTooltip();
|
ImGui::EndTooltip();
|
||||||
|
ImGui::PopFont();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ImGuiToolkit::ToolTip(const char* desc, const char* shortcut)
|
void ImGuiToolkit::ToolTip(const char* desc, const char* shortcut)
|
||||||
|
|||||||
Reference in New Issue
Block a user