fix: Provider hover tooltip always showing information about current provider
This commit is contained in:
parent
929e0e64a5
commit
b98b60a126
@ -273,7 +273,7 @@ namespace hex::plugin::builtin {
|
||||
|
||||
ImGui::TextFormatted("{}", tabProvider->getName().c_str());
|
||||
|
||||
const auto &description = provider->getDataDescription();
|
||||
const auto &description = tabProvider->getDataDescription();
|
||||
if (!description.empty()) {
|
||||
ImGui::Separator();
|
||||
if (ImGui::GetIO().KeyShift && !description.empty()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user