- For some special cases, left click now open the report window and shift+click shows the tooltip content in the window.

- Damage Taken by Spells now are a part of Damage bracket (no more on custom).
- Fixed custom functions for the customized bar left text.
- Improvements on report text format and also reverse option now works as intended.
- Removed the option for report only what is shown in the window.
- Added skins for report panel, the skin follow the skin selected for Player Detail Window.
This commit is contained in:
Tercio
2015-07-13 15:30:16 -03:00
parent 85f0038398
commit b2698005fb
21 changed files with 1564 additions and 994 deletions
+5 -1
View File
@@ -699,7 +699,11 @@ function _detalhes.switch:OnRemoveCustom (CustomIndex)
--> precisa resetar esse aqui
options.atributo = nil
options.sub_atributo = nil
_detalhes.switch:Update()
--update if already shown once at least
if (_detalhes.switch.vertical_amt) then
_detalhes.switch:Update()
end
end
end
end