This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
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,
Fixed in rev 523. Thanks for your report
To post a comment, please login or register a new account.