Icon/Square borders not working, fix #165


  • Defect
  • Fixed
Closed
Assigned to _ForgeUser117147
  • _ForgeUser3595640 created this issue Jul 2, 2010

    Border colors are not working due to wrong path to texture file, change Grid\\ -> Grid2\\ :

    IndicatorIcon.lua

    - 00008: edgeFile = "Interface\\Addons\\Grid\\white16x16", edgeSize = borderSize,
    + 00008: edgeFile = "Interface\\Addons\\Grid2\\white16x16", edgeSize = borderSize,

    IndicatorSquare.lua

    -00012: edgeFile = "Interface\\Addons\\Grid\\white16x16", edgeSize = borderSize,
    +00012: edgeFile = "Interface\\Addons\\Grid2\\white16x16", edgeSize = borderSize,

    -00058: backdrop.edgeFile = "Interface\\Addons\\Grid\\white16x16"
    +00058: backdrop.edgeFile = "Interface\\Addons\\Grid2\\white16x16"

    Keep up your good work,

  • _ForgeUser3595640 added the tags New Defect Jul 2, 2010
  • _ForgeUser117147 posted a comment Jul 3, 2010

    Fixed in rev 523. Thanks for your report

  • _ForgeUser117147 removed a tag New Jul 3, 2010
  • _ForgeUser117147 added a tag Fixed Jul 3, 2010
  • _ForgeUser117147 closed issue Jul 3, 2010

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