aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2019-05-10 08:51:34 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2019-05-10 08:51:34 +0300
commit30b9452d7d554b26ac78746cf6ad0a290b0a4ed3 (patch)
tree17740105e662a6b7f1f2c23b23e9f6021822fc39 /Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml
parent5217f784963202cdf07b05930f17ced91d423652 (diff)
downloadTango-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/LayoutView.xaml')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml
index 82a57a22b..13d0e56d5 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml
@@ -283,7 +283,7 @@
</Border>
<Grid Background="{StaticResource TangoKeyboardBackground}">
- <controls:NavigationControl x:Name="NavigationControl" x:FieldModifier="public" TransitionAlwaysFades="False" TransitionType="Zoom" KeepElementsAttached="False">
+ <controls:NavigationControl x:Name="NavigationControl" x:FieldModifier="public" TransitionAlwaysFades="False" TransitionType="Zoom" KeepElementsAttached="False" UseDefferedRendering="True">
<!--MODULES GOES HERE-->
</controls:NavigationControl>
</Grid>