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 2016/03/30 04:09:44 UTC

git commit: [flex-sdk] [refs/heads/develop] - FLEX-34926 fixed misplaced [PercentProxy] metatag

Repository: flex-sdk
Updated Branches:
  refs/heads/develop 45849ae4a -> 7b7ba9727


FLEX-34926 fixed misplaced [PercentProxy] metatag


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

Branch: refs/heads/develop
Commit: 7b7ba972796e7beb47fc5d744a11446a4bb70fdf
Parents: 45849ae
Author: Justin Mclean <jm...@apache.org>
Authored: Wed Mar 30 13:09:27 2016 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed Mar 30 13:09:27 2016 +1100

----------------------------------------------------------------------
 .../spark/src/spark/components/gridClasses/GridColumn.as         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/7b7ba972/frameworks/projects/spark/src/spark/components/gridClasses/GridColumn.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/src/spark/components/gridClasses/GridColumn.as b/frameworks/projects/spark/src/spark/components/gridClasses/GridColumn.as
index afb9047..f3812e2 100644
--- a/frameworks/projects/spark/src/spark/components/gridClasses/GridColumn.as
+++ b/frameworks/projects/spark/src/spark/components/gridClasses/GridColumn.as
@@ -1005,6 +1005,7 @@ public class GridColumn extends EventDispatcher
     private var _width:Number = NaN;
     
     [Bindable("widthChanged")]    
+    [PercentProxy("percentWidth")]
     
     /**
      *  The width of this column in pixels. 
@@ -1151,7 +1152,6 @@ public class GridColumn extends EventDispatcher
     }
     
     [Inspectable(category="General")]
-    [PercentProxy("percentWidth")]
     
     /**
      *  @private
@@ -1822,4 +1822,4 @@ public class GridColumn extends EventDispatcher
         }
     }
 }
-}
\ No newline at end of file
+}