Skip to content

Commit

Permalink
- Clicky Item fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpleMQ2 committed Feb 23, 2024
1 parent 79e8825 commit 15ffef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/rgmercs_utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3464,7 +3464,7 @@ function Utils.RenderSettingsTable(settings, settingNames, defaults, category)
if nameLen > 0 then
Utils.Tooltip(settings[k])
end
ImGui.PopID()

ImGui.SameLine()
ImGui.PushID(k .. "__clear_btn")
if ImGui.SmallButton(ICONS.MD_CLEAR) then
Expand Down

0 comments on commit 15ffef7

Please sign in to comment.