added missing states
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/b6a8505c Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/b6a8505c Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/b6a8505c Branch: refs/heads/master Commit: b6a8505c2ebcbd4ee385bdbcc107ad7f10f93497 Parents: 7eb2369 Author: Justin Mclean <[email protected]> Authored: Mon Aug 18 14:35:27 2014 +1000 Committer: Justin Mclean <[email protected]> Committed: Mon Aug 18 14:35:27 2014 +1000 ---------------------------------------------------------------------- TourDeFlex/TourDeFlex3/src/spark/controls/skins/MyPanelSkin.mxml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/b6a8505c/TourDeFlex/TourDeFlex3/src/spark/controls/skins/MyPanelSkin.mxml ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex3/src/spark/controls/skins/MyPanelSkin.mxml b/TourDeFlex/TourDeFlex3/src/spark/controls/skins/MyPanelSkin.mxml index d125964..edd44e5 100644 --- a/TourDeFlex/TourDeFlex3/src/spark/controls/skins/MyPanelSkin.mxml +++ b/TourDeFlex/TourDeFlex3/src/spark/controls/skins/MyPanelSkin.mxml @@ -59,6 +59,8 @@ <s:states> <s:State name="normal" /> <s:State name="disabled" /> + <s:State name="normalWithControlBar" stateGroups="withControls" /> + <s:State name="disabledWithControlBar" stateGroups="withControls" /> </s:states> <!-- background fill -->
