From 25c2528741a21200efe87e9af1e29e530a7a9f9d Mon Sep 17 00:00:00 2001 From: tercio Date: Wed, 22 Oct 2014 14:49:01 -0200 Subject: [PATCH] - Fixed the gap between the button and its menu which sometimes traveling the mouse between them was activating tooltips from window's bars. - Fixed an annoying menu blink when the window was near the right side of the screen. - Fixed the stretch grab which was over other windows even with the 'stretch always on top' option disabled. --- boot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.lua b/boot.lua index 37b180e7..a3028184 100644 --- a/boot.lua +++ b/boot.lua @@ -1,6 +1,6 @@ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- --> global name declaration - + _ = nil _detalhes = LibStub("AceAddon-3.0"):NewAddon("_detalhes", "AceTimer-3.0", "AceComm-3.0", "AceSerializer-3.0", "NickTag-1.0") _detalhes.build_counter = 150 --it's 150 for release