diff classes/Overlay.lua @ 185:2e7a322e0195

move ConfigUI module to Editor non-module, make it more self-contained
author Flick <flickerstreak@gmail.com>
date Fri, 22 Oct 2010 23:48:02 +0000
parents 1696ff2c80cc
children c24ac8ee1e45
line wrap: on
line diff
--- a/classes/Overlay.lua	Fri Oct 22 16:03:04 2010 +0000
+++ b/classes/Overlay.lua	Fri Oct 22 23:48:02 2010 +0000
@@ -525,7 +525,7 @@
     f:SetScript("OnUpdate",nil)
     StoreSize(bar)
     ClampToButtons(bar)
-    ReAction:RefreshOptions()
+    ReAction:RefreshEditor()
   end
 
   local function CornerUpdate()
@@ -684,7 +684,7 @@
       end
 
       StoreExtents(bar)
-      ReAction:RefreshOptions()
+      ReAction:RefreshEditor()
       UpdateDragTooltip()
       UpdateAnchorDecoration()
     end