Repository: flex-asjs
Updated Branches:
  refs/heads/release0.8.0 8dc27279a -> 908477e67


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/release0.8.0
Commit: c55a2380841f856a4063e7ed2e479d215252e246
Parents: e30a129
Author: Alex Harui <[email protected]>
Authored: Wed Jun 7 23:21:46 2017 -0700
Committer: Alex Harui <[email protected]>
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;
-               }
        }
 }

Reply via email to