зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
fd7a5d36d0
Коммит
fa6753b174
|
@ -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>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче