Bug 34408. Fix botched checkin that left '#if 0' in the code. a=leaf

This commit is contained in:
waterson%netscape.com 2000-04-07 18:24:15 +00:00
Родитель 539019c038
Коммит 15adcd65d2
2 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -3923,11 +3923,9 @@ nsXULElement::GetMappedAttributeImpact(const nsIAtom* aAttribute,
nsIAtom* tag = Tag(); nsIAtom* tag = Tag();
if (kTreeItemAtom == tag) { if (kTreeItemAtom == tag) {
#if 0
// Force a framechange if the 'open' atom changes on a <treeitem> // Force a framechange if the 'open' atom changes on a <treeitem>
if (kOpenAtom == aAttribute) if (kOpenAtom == aAttribute)
aHint = NS_STYLE_HINT_FRAMECHANGE; aHint = NS_STYLE_HINT_FRAMECHANGE;
#endif
} }
else if (kTreeColAtom == tag) { else if (kTreeColAtom == tag) {
// Ignore 'width' and 'hidden' on a <treecol> // Ignore 'width' and 'hidden' on a <treecol>

Просмотреть файл

@ -3923,11 +3923,9 @@ nsXULElement::GetMappedAttributeImpact(const nsIAtom* aAttribute,
nsIAtom* tag = Tag(); nsIAtom* tag = Tag();
if (kTreeItemAtom == tag) { if (kTreeItemAtom == tag) {
#if 0
// Force a framechange if the 'open' atom changes on a <treeitem> // Force a framechange if the 'open' atom changes on a <treeitem>
if (kOpenAtom == aAttribute) if (kOpenAtom == aAttribute)
aHint = NS_STYLE_HINT_FRAMECHANGE; aHint = NS_STYLE_HINT_FRAMECHANGE;
#endif
} }
else if (kTreeColAtom == tag) { else if (kTreeColAtom == tag) {
// Ignore 'width' and 'hidden' on a <treecol> // Ignore 'width' and 'hidden' on a <treecol>