mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-09 13:53:58 +00:00
[client] egl: fix preset tooltip always showing
This commit is contained in:
parent
239cb6a92b
commit
f4df690d9f
1 changed files with 2 additions and 1 deletions
|
@ -345,7 +345,8 @@ static bool presetsUI(struct EGL_PostProcess * this)
|
|||
}
|
||||
igEndCombo();
|
||||
}
|
||||
igSetTooltip("Selecting a preset will load it");
|
||||
if (igIsItemHovered(ImGuiHoveredFlags_None))
|
||||
igSetTooltip("Selecting a preset will load it");
|
||||
|
||||
if (igButton("Save preset", (ImVec2) { 0.0f, 0.0f }))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue