diff --git a/esoui/common/zo_keybindstrip/keybindstrip.lua b/esoui/common/zo_keybindstrip/keybindstrip.lua
index 81c3b6b..e177f55 100755
--- a/esoui/common/zo_keybindstrip/keybindstrip.lua
+++ b/esoui/common/zo_keybindstrip/keybindstrip.lua
@@ -126,7 +126,7 @@ function ZO_KeybindStrip_OnInitialized(control)
 
     function KEYBIND_STRIP:ClearKeybindGroupStateStack(stateIndex)
        ZO_KeybindStrip.ClearKeybindGroupStateStack(self, stateIndex)
-       self:RestoreDefaultExit(stateIndex)
+       self:RefreshDefaultExits(stateIndex)
     end
 
     function KEYBIND_STRIP:GenerateGamepadBackButtonDescriptor(callback, keybind, sound)