Commit c860de6f authored by Ivaria's avatar Ivaria
Browse files

-- Temp workaround for client bug out when calling StartMoving() on...

-- Temp workaround for client bug out when calling StartMoving() on VuhDoNewOptionsTabbedFrame. This will disable moving the main VuhDo Options menu but for now this is preferable to the frames becoming unusable till reload.
parent f35dab3b
......@@ -17,14 +17,14 @@ VUHDO_IS_CONFIG = false;
--
function VUHDO_tabbedFrameOnMouseDown(aPanel)
aPanel:StartMoving();
--aPanel:StartMoving();
end
--
function VUHDO_tabbedFrameOnMouseUp(aPanel)
aPanel:StopMovingOrSizing();
--aPanel:StopMovingOrSizing();
end
......
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