aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Touch/Components
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-06-11 18:42:25 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-06-11 18:42:25 +0300
commit79097a5b33fbe082bd7680fd4ed5a44f99224820 (patch)
tree900936d23a4559e2a7e68efa5b3cca2b14c41b49 /Software/Visual_Studio/Tango.Touch/Components
parentc4e821defadd93453b59200ea18784ea9d5dd630 (diff)
downloadTango-79097a5b33fbe082bd7680fd4ed5a44f99224820.tar.gz
Tango-79097a5b33fbe082bd7680fd4ed5a44f99224820.zip
Working on PPC LightTouchGrid !!
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch/Components')
-rw-r--r--Software/Visual_Studio/Tango.Touch/Components/Ripple.cs5
1 files changed, 5 insertions, 0 deletions
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
@@ -178,6 +178,11 @@ namespace Tango.Touch.Components
if (parent == null)
{
+ parent = this.FindAncestor<Border>();
+ }
+
+ if (parent == null)
+ {
parent = this.FindAncestor<FrameworkElement>();
}