ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Bug Reports (https://www.esoui.com/forums/forumdisplay.php?f=187)
-   -   [fixed] Typo IsMenuVisisble(), file libraries/zo_contextmenus/zo_contextmenus.lua (https://www.esoui.com/forums/showthread.php?t=8177)

Baertram 12/22/18 03:50 PM

[fixed] Typo IsMenuVisisble(), file libraries/zo_contextmenus/zo_contextmenus.lua
 
Hey there,

in the file here the function name contains an s too much.
It's just a typo bug and there is appearantly only 1 call to this function in the same filename, but maybe a fix is easy then ;)

esoui/libraries/zo_contextmenus/zo_contextmenus.lua


function IsMenuVisisble()
return mouseUpRefCounts[ZO_Menu] ~= nil
end

function MenuOwnerClosed(potentialOwner)
if(IsMenuVisisble() and (GetMenuOwner() == potentialOwner)) then
ClearMenu()
end
end


All times are GMT -6. The time now is 01:00 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI