mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
Fix broken relative width calculation after r48947.
This commit is contained in:
@ -414,7 +414,7 @@ var et2_dataview = Class.extend({
|
||||
{
|
||||
var col = self.columnMgr.columns[i];
|
||||
if(col == this || col.fixedWidth) continue;
|
||||
col.set_width(self.columns[i].width / relative);
|
||||
col.set_width(self.columnMgr.columnWidths[i] / relative);
|
||||
}
|
||||
// Triggers column change callback, which saves
|
||||
self.updateColumns();
|
||||
|
Reference in New Issue
Block a user