Quantcast

Fixing a call into UIPanelTemplates

James Whitehead II [08-10-08 - 16:51]
Fixing a call into UIPanelTemplates
Filename
WowLua.xml
diff --git a/WowLua.xml b/WowLua.xml
index 4e14905..5ad4549 100644
--- a/WowLua.xml
+++ b/WowLua.xml
@@ -506,7 +506,7 @@
 							<OnCursorChanged>
 								WowLua.lastCursorPos = WowLua.cursorPos
 								WowLua.cursorPos = self:GetCursorPosition()
-								ScrollingEdit_OnCursorChanged(x,y,w,h)
+								ScrollingEdit_OnCursorChanged(self, x,y,w,h)
 								WowLua:UpdateLineNums()
 								WowLuaFrameEditScrollFrameScrollBar:SetValue(WowLuaFrameEditScrollFrame:GetVerticalScroll())
 							</OnCursorChanged>