- Added an option for lock micro displays. When locked they don't interact with mouse or stay on top of menus.

- Fixed ticket #49: death display not working correctly with sort direction bottom-to-top.
- Fixed an issue with death display where the text wasn't updating their width correctly.
- Fixed an issue with energy and miscellaneous displays type not working correctly with bar animations.
- Fixed an issue while loading old profiles wans't updating their values for newer versions of the addon.
This commit is contained in:
Tercio
2015-08-05 15:44:12 -03:00
parent 668d509e29
commit 115e80a3e4
9 changed files with 82 additions and 22 deletions
+3
View File
@@ -29,6 +29,9 @@ refresh_group = boolean, if true it apply the scale to all windows in the group
instance:MicroDisplaysSide (side)
side = number, 1 = top side of the window, 2 = bottom.
instance:MicroDisplaysLock (is_locked)
is_locked = boolean, true is the micro displays are locked and cannot interact with the mouse.
instance:SetAutoHideMenu (enabled)
enabled = boolean, if true, the buttons on window's title bar auto hide when the player isn't interacting with the window.