diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-07-22 17:32:49 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-07-22 17:32:49 +0300 |
| commit | 449cc62b5bd91e5233edc5c0042d5792c8aa2972 (patch) | |
| tree | 45b5b82f9300bf81da6930523817fac2f809717b /Software/Visual_Studio/PPC/Tango.PPC.UI/Views | |
| parent | 8f082608ed86c6027cb88539d40d005189fa1cf6 (diff) | |
| download | Tango-449cc62b5bd91e5233edc5c0042d5792c8aa2972.tar.gz Tango-449cc62b5bd91e5233edc5c0042d5792c8aa2972.zip | |
Added job outline logs to machine operator.
Fixed navigation button disabled on PPC.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Views')
| -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 21cc90f2d..b2a267b19 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml @@ -268,7 +268,7 @@ <Border BorderThickness="0 0 0 1" BorderBrush="{StaticResource TangoDividerBrush}" DockPanel.Dock="Top"> <DockPanel> <Border BorderThickness="0 0 1 0" BorderBrush="{StaticResource TangoDividerBrush}"> - <touch:TouchHamburgerButton IsEnabled="{Binding NavigationManager.IsBackEnabled}" Width="100" Height="100" Padding="15" Command="{Binding MenuOrBackCommand}" EnableDropShadow="False" Foreground="{StaticResource TangoPrimaryAccentBrush}" IsBack="{Binding NavigationManager.CanNavigateBack}"> + <touch:TouchHamburgerButton IsHitTestVisible="{Binding NavigationManager.IsNavigating,Converter={StaticResource BooleanInverseConverter}}" IsEnabled="{Binding NavigationManager.IsBackEnabled}" Width="100" Height="100" Padding="15" Command="{Binding MenuOrBackCommand}" EnableDropShadow="False" Foreground="{StaticResource TangoPrimaryAccentBrush}" IsBack="{Binding NavigationManager.CanNavigateBack}"> </touch:TouchHamburgerButton> </Border> |
