You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/06/18 12:36:21 UTC

[10/50] [abbrv] git commit: [flex-asjs] [refs/heads/tlf] - don't need this. The y of the children are factored into the size

don't need this.  The y of the children are factored into the size


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

Branch: refs/heads/tlf
Commit: c55a2380841f856a4063e7ed2e479d215252e246
Parents: e30a129
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jun 7 23:21:46 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Jun 7 23:23:05 2017 -0700

----------------------------------------------------------------------
 .../src/main/flex/org/apache/flex/html/beads/PanelView.as     | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c55a2380/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/PanelView.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/PanelView.as b/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/PanelView.as
index d3ff5cb..c2bb227 100644
--- a/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/PanelView.as
+++ b/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/PanelView.as
@@ -265,12 +265,5 @@ package org.apache.flex.html.beads
 			performLayout(event);
 		}
 		
-		COMPILE::SWF
-		override protected function calculateContentSize():Size
-		{
-			var size:Size = super.calculateContentSize();
-			size.height += titleBar.height;
-			return size;
-		}
 	}
 }