mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-02-03 11:23:30 +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,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 a new issue