Tweaks to be able to see the RowReflowState over in trees
git-svn-id: svn://10.0.0.236/trunk@44961 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1474,6 +1474,8 @@ NS_METHOD nsTableRowGroupFrame::IR_TargetIsChild(nsIPresContext& aPresConte
|
||||
// Inform the row of its new height.
|
||||
PRBool isJustSingleRow = PR_FALSE; /* how to determine this now? */
|
||||
if (isJustSingleRow) {
|
||||
// XXX If someone enables this, note that this is a bad cast, since your
|
||||
// child could be a nested table row group (the tree widget strikes again).
|
||||
((nsTableRowFrame*)aNextFrame)->DidResize(aPresContext, aReflowState.reflowState);
|
||||
|
||||
// Adjust the frames that follow...
|
||||
|
||||
Reference in New Issue
Block a user