Few issues with the 4.0 version #8


  • Fixed
Closed
  • SLOKnightFall created this issue Nov 12, 2020

    In LibUIDropDownMenu.lua line 73 you should probably set the initializeHelper function to be a local function.

     

    In the LibEasyMenu.lua if you want the EasyMenu function to be part of the LibUIDropDownMenu-4.0 library you should replace the lib: with LibDD: as how it currently is written it is creating a separate LibEasyMenu-2.0 library

     

    Also you need to move the easyMenu_Initialize function to before the LibDD:EasyMenu function. Where it is currently does not trigger when the easy menu is called.  Alternately you can remove the easyMenu_Initialize function and use instead

    LibDD:UIDropDownMenu_Initialize(menuFrame, function(...) LibDD:EasyMenu_Initialize( ... ) end, displayMode, nil, menuList);

     

     

     

     

     

     

  • arithmandar posted a comment Nov 15, 2020

    Regarding to initializeHelper(), you are right, this one should be set to local function.

     

    As for EasyMenu parts, I have moved it now. Please help to test it.

  • arithmandar added a tag Fixed Nov 15, 2020
  • arithmandar closed issue May 18, 2021

To post a comment, please login or register a new account.