diff Templates.lua @ 108:a41f6b74709a

- Handler number and boolean cluster arguments as positioning priority layer and "always top" respectively - Use SetShown and IsShown instead of IsVisible in doing full re-anchor checks
author Nick@Zahhak
date Sat, 25 Feb 2017 11:42:07 -0500
parents ff00679a7817
children 26938ae258b7
line wrap: on
line diff
--- a/Templates.lua	Sun Jan 29 09:57:09 2017 -0500
+++ b/Templates.lua	Sat Feb 25 11:42:07 2017 -0500
@@ -11,6 +11,7 @@
 VeneerAnimationMixin = {}
 VeneerHandlerMixin = {
   anchorPoint = 'CENTER',
+  anchorPriority = 4,
   data = {},
 }