mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 00:18:39 +00:00
fix updating the columns if the node hasn't yet been rendered
This commit is contained in:
parent
9e8d588a05
commit
c176ff900f
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@
|
||||||
Ext.override(Ext.ux.tree.TreeGridNodeUI, {
|
Ext.override(Ext.ux.tree.TreeGridNodeUI, {
|
||||||
|
|
||||||
updateColumns: function() {
|
updateColumns: function() {
|
||||||
|
if (!this.rendered) return;
|
||||||
|
|
||||||
var a = this.node.attributes,
|
var a = this.node.attributes,
|
||||||
t = this.node.getOwnerTree(),
|
t = this.node.getOwnerTree(),
|
||||||
cols = t.columns,
|
cols = t.columns,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue