bug 71339; author=simon@softel.co.il; r=rods; sr=erik; changes from IBM

bidi project (Hebrew, Arabic, etc); in ifdef IBMBIDI for now
This commit is contained in:
erik@netscape.com
2001-03-19 23:20:21 +00:00
parent 90d7e84de9
commit afe885b997
11 changed files with 328 additions and 0 deletions

View File

@@ -260,6 +260,9 @@ void nsFormControlFrame::SkipResizeReflow(nsSize& aCacheSize,
{
if (aReflowState.reason == eReflowReason_Incremental ||
#ifdef IBMBIDI
aReflowState.reason == eReflowReason_StyleChange ||
#endif
aReflowState.reason == eReflowReason_Dirty) {
aBailOnHeight = PR_FALSE;
aBailOnWidth = PR_FALSE;