You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/06/12 10:47:55 UTC

git commit: [flex-sdk] [refs/heads/develop] - Fix for RTL layoutDirection style change not updating item renderers

Updated Branches:
  refs/heads/develop 2c87a8055 -> 926baef5b


Fix for RTL layoutDirection style change not updating item renderers


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/926baef5
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/926baef5
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/926baef5

Branch: refs/heads/develop
Commit: 926baef5bd3d4f5ed47d63b154a39df965dceed1
Parents: 2c87a80
Author: Justin Mclean <jm...@apache.org>
Authored: Wed Jun 12 18:47:30 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed Jun 12 18:47:30 2013 +1000

----------------------------------------------------------------------
 .../projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/926baef5/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as b/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as
index e0260b5..2b71aab 100644
--- a/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as
+++ b/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as
@@ -3939,7 +3939,8 @@ public class AdvancedDataGrid extends AdvancedDataGridBaseEx
         if (styleProp == "sortFontFamily"
             || styleProp == "sortFontSize"
             || styleProp == "sortFontStyle"
-            || styleProp == "sortFontWeight")
+			|| styleProp == "sortFontWeight"
+			|| styleProp == "layoutDirection")
         {
             itemsSizeChanged = true;
             rendererChanged = true;