mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] egl: fix preset tooltip always showing
This commit is contained in:
parent
239cb6a92b
commit
f4df690d9f
@ -345,6 +345,7 @@ static bool presetsUI(struct EGL_PostProcess * this)
|
|||||||
}
|
}
|
||||||
igEndCombo();
|
igEndCombo();
|
||||||
}
|
}
|
||||||
|
if (igIsItemHovered(ImGuiHoveredFlags_None))
|
||||||
igSetTooltip("Selecting a preset will load it");
|
igSetTooltip("Selecting a preset will load it");
|
||||||
|
|
||||||
if (igButton("Save preset", (ImVec2) { 0.0f, 0.0f }))
|
if (igButton("Save preset", (ImVec2) { 0.0f, 0.0f }))
|
||||||
|
Loading…
Reference in New Issue
Block a user