Commit 872a9953 authored by Ivaria's avatar Ivaria
Browse files

Frames inheriting BackdropTemplate with an OnLoad handler need to explicitly...

Frames inheriting BackdropTemplate with an OnLoad handler need to explicitly call OnBackdropLoaded()
parent 3a1082ae
......@@ -2219,6 +2219,7 @@
</Frames>
<Scripts>
<OnLoad>
self:OnBackdropLoaded();
ScrollFrame_OnLoad(self);
</OnLoad>
<OnScrollRangeChanged>
......@@ -2269,6 +2270,7 @@
</Frames>
<Scripts>
<OnLoad>
self:OnBackdropLoaded();
ScrollFrame_OnLoad(self);
</OnLoad>
<OnScrollRangeChanged>
......
......@@ -246,6 +246,7 @@
</Frames>
<Scripts>
<OnLoad>
self:OnBackdropLoaded();
VUHDO_initOptionsSettings();
</OnLoad>
<OnMouseDown>VUHDO_tabbedFrameOnMouseDown(self)</OnMouseDown>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment