mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
fix for #94767. when the column toggle state changes, invalidate the outliner.
sr=hyatt
This commit is contained in:
parent
50912cb832
commit
efd3447de7
@ -622,6 +622,9 @@
|
||||
colNode.removeAttribute("collapsed");
|
||||
else
|
||||
colNode.setAttribute("collapsed", "true");
|
||||
|
||||
// now that columns have changed, we need to invalidate
|
||||
colNode.parentNode.outlinerBoxObject.invalidate();
|
||||
}
|
||||
]]>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user