diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-07 16:10:45 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-07 16:10:45 +0300 |
| commit | b6a210c5b82c2cf0215e8cdb61e1ab2c1b43f0dd (patch) | |
| tree | ba79c2d4833fa28e4428b94f4da8b9e9eb876ca1 /Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml | |
| parent | a895c48616d94c8be0ef33f0ce58d9457d5dfd1b (diff) | |
| download | Tango-b6a210c5b82c2cf0215e8cdb61e1ab2c1b43f0dd.tar.gz Tango-b6a210c5b82c2cf0215e8cdb61e1ab2c1b43f0dd.zip | |
Resolved PPC CPU usage by events.
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.xaml | 2 |
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 18c8cc7ae..82a57a22b 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="True"> + <controls:NavigationControl x:Name="NavigationControl" x:FieldModifier="public" TransitionAlwaysFades="False" TransitionType="Zoom" KeepElementsAttached="False"> <!--MODULES GOES HERE--> </controls:NavigationControl> </Grid> |
