[Pkg-javascript-commits] [jarisplayer] 53/80: fix new control vertical check

Jonas Smedegaard dr at jones.dk
Tue May 10 08:45:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository jarisplayer.

commit c73ac0bc7bf9099efbc96ffc095fdbe2e4ced70e
Author: Michelangelo Giacomelli <michelangelo at air13.local>
Date:   Thu Nov 27 01:34:50 2014 +0100

    fix new control vertical check
---
 src/jaris/player/newcontrols/NewControls.hx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/jaris/player/newcontrols/NewControls.hx b/src/jaris/player/newcontrols/NewControls.hx
index 56e7011..539dab0 100755
--- a/src/jaris/player/newcontrols/NewControls.hx
+++ b/src/jaris/player/newcontrols/NewControls.hx
@@ -341,7 +341,7 @@ class NewControls extends MovieClip {
 	 */
 	private function onMouseMove(event:MouseEvent):Void
 	{
-		if (_stage.mouseX >= _controlsBar.x)
+		if (_stage.mouseY >= _controlsBar.y)
 		{
 			if (!_hideControlsTimer.running)
 			{

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jarisplayer.git



More information about the Pkg-javascript-commits mailing list