Bug 344561 Day/Week view: Header boxes are misaligned if scrollbars are shown, patch by thomas.benisch@sun.com, r=jminta
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203716 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user