mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Banner tooltip text not being visible properly
This commit is contained in:
@@ -30,7 +30,9 @@ namespace hex::ui {
|
||||
if (ImGui::IsItemHovered()) {
|
||||
ImGui::SetNextWindowSize(ImVec2(400_scaled, 0));
|
||||
if (ImGui::BeginTooltip()) {
|
||||
ImGui::PushStyleColor(ImGuiCol_Text, getColor().Value);
|
||||
ImGuiExt::TextFormattedWrapped("{}", message);
|
||||
ImGui::PopStyleColor();
|
||||
ImGui::EndTooltip();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user