Bug 344561 Day/Week view: Header boxes are misaligned if scrollbars are shown, patch by thomas.benisch@sun.com, r=jminta

This commit is contained in:
jminta%gmail.com 2006-07-26 03:03:37 +00:00
Родитель fd7a5d36d0
Коммит fa6753b174
1 изменённых файлов: 6 добавлений и 3 удалений

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

@ -2311,9 +2311,6 @@
}
}
this.refresh();
// adjust scrollbar spacers
this.adjustScrollBarSpacers();
]]></body>
</method>
@ -2508,6 +2505,12 @@
for each (col in this.mDateColumns) {
col.column.endLayoutBatchChange();
}
// adjust scrollbar spacers
// XXX For performance reasons this method call can be moved to the
// XXX constructor and the reorient method as soon as the views
// XXX are constructed statically (24 hrs).
this.adjustScrollBarSpacers();
]]></body>
</method>