diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-11 18:42:25 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-11 18:42:25 +0300 |
| commit | 79097a5b33fbe082bd7680fd4ed5a44f99224820 (patch) | |
| tree | 900936d23a4559e2a7e68efa5b3cca2b14c41b49 /Software/Visual_Studio/Tango.Touch/Components | |
| parent | c4e821defadd93453b59200ea18784ea9d5dd630 (diff) | |
| download | Tango-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.cs | 5 |
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>(); } |
