Pārlūkot izejas kodu

make sure to reset propagate=false if currentDrag is propogating the event

Nicolas Cannasse 1 gadu atpakaļ
vecāks
revīzija
27c55c80f5
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      hxd/SceneEvents.hx

+ 1 - 0
hxd/SceneEvents.hx

@@ -360,6 +360,7 @@ class SceneEvents {
 					e.relY = oy;
 					if( !e.propagate )
 						continue;
+					e.propagate = false;
 				}
 
 				emitEvent(e);