mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Fix splitter does not get resized after container resize
This commit is contained in:
parent
6c92cf97aa
commit
5452c7cbe1
@ -353,7 +353,7 @@ var et2_split = (function(){ "use strict"; return et2_DOMWidget.extend([et2_IRes
|
||||
}
|
||||
}
|
||||
}
|
||||
if(w != old.w || h != old.h)
|
||||
if(w != old.w || h != old.h || this.left.width() + this.right.width() != this.div.width())
|
||||
{
|
||||
this.div.trigger('resize.et2_split.'+this.id, this.prefSize);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user