diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-05-10 08:51:34 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-05-10 08:51:34 +0300 |
| commit | 30b9452d7d554b26ac78746cf6ad0a290b0a4ed3 (patch) | |
| tree | 17740105e662a6b7f1f2c23b23e9f6021822fc39 /Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml | |
| parent | 5217f784963202cdf07b05930f17ced91d423652 (diff) | |
| download | Tango-30b9452d7d554b26ac78746cf6ad0a290b0a4ed3.tar.gz Tango-30b9452d7d554b26ac78746cf6ad0a290b0a4ed3.zip | |
Implemented MS color capture emulator.
Working on TCC...
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml index 9899e60d4..005edb182 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml @@ -82,7 +82,7 @@ </Border> </touch:TouchPanel.TaskBarElement> - <controls:NavigationControl TransitionAlwaysFades="True" KeepElementsAttached="False" TransitionType="Zoom" x:Name="NavigationControl" x:FieldModifier="public"> + <controls:NavigationControl TransitionAlwaysFades="True" KeepElementsAttached="False" UseDefferedRendering="True" TransitionType="Zoom" x:Name="NavigationControl" x:FieldModifier="public"> <local:LoadingView></local:LoadingView> <local:LoadingErrorView></local:LoadingErrorView> <local:NoPermissionsView></local:NoPermissionsView> |
