From 79097a5b33fbe082bd7680fd4ed5a44f99224820 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 11 Jun 2018 18:42:25 +0300 Subject: Working on PPC LightTouchGrid !! --- Software/Visual_Studio/Tango.Touch/Components/Ripple.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Software/Visual_Studio/Tango.Touch/Components') diff --git a/Software/Visual_Studio/Tango.Touch/Components/Ripple.cs b/Software/Visual_Studio/Tango.Touch/Components/Ripple.cs index d4a5bd1f5..b9d3f37b5 100644 --- a/Software/Visual_Studio/Tango.Touch/Components/Ripple.cs +++ b/Software/Visual_Studio/Tango.Touch/Components/Ripple.cs @@ -176,6 +176,11 @@ namespace Tango.Touch.Components parent = this.FindAncestor(); } + if (parent == null) + { + parent = this.FindAncestor(); + } + if (parent == null) { parent = this.FindAncestor(); -- cgit v1.3.1