mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
fix: Empty tooltip showing when hovering over search bar in welcome screen
This commit is contained in:
@@ -234,7 +234,7 @@ namespace hex::plugin::builtin {
|
||||
|
||||
if (auto provider = ImHexApi::Provider::get(); provider != nullptr) {
|
||||
drawProviderTooltip(ImHexApi::Provider::get());
|
||||
} else {
|
||||
} else if (!s_windowTitleFull.empty()) {
|
||||
if (ImGuiExt::InfoTooltip()) {
|
||||
ImGui::BeginTooltip();
|
||||
ImGui::TextUnformatted(s_windowTitleFull.c_str());
|
||||
|
||||
Reference in New Issue
Block a user