зеркало из https://github.com/mozilla/pjs.git
Columns now work again, after Normandy added mLastShowableColumn field. (bug #243547, appr don).
This commit is contained in:
Родитель
c3f1288510
Коммит
78c2ebdcb4
|
@ -108,6 +108,7 @@ CHyperTreeHeader::SetUpColumns(HT_Cursor columnCursor)
|
|||
// now initialize LTableHeader data members and have it sync itself up
|
||||
mColumnCount = dataVector.size();
|
||||
mLastVisibleColumn = mColumnCount;
|
||||
mLastShowableColumn = mColumnCount;
|
||||
ConvertWidthsToAbsolute();
|
||||
ComputeColumnPositions();
|
||||
PositionColumnHeaders(true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче