From 0e745d275c9ce24db7b6be27b026f86e2637c09e Mon Sep 17 00:00:00 2001 From: punker76 Date: Sun, 3 Nov 2019 12:30:42 +0100 Subject: [PATCH] (GH-3660) Fix incorrect icon flow direction in AnimatedSingleRowTabControl style when setting flow direction RightToLeft The flow direction is set to LeftToRight through the MahApps.Styles.ContentControl.PathIcon style. So we must override it at this template. Closes ##3660 --- src/MahApps.Metro/Controls/MetroNavigationWindow.xaml | 2 ++ .../Styles/Controls.AnimatedSingleRowTabControl.xaml | 1 + 2 files changed, 3 insertions(+) diff --git a/src/MahApps.Metro/Controls/MetroNavigationWindow.xaml b/src/MahApps.Metro/Controls/MetroNavigationWindow.xaml index c8ac702271..f72f84a90a 100644 --- a/src/MahApps.Metro/Controls/MetroNavigationWindow.xaml +++ b/src/MahApps.Metro/Controls/MetroNavigationWindow.xaml @@ -20,6 +20,7 @@