forked from extern/egroupware
Make sure the prefSize gets set in splitter
This commit is contained in:
parent
f60a1c4db4
commit
ea610d7338
@ -234,7 +234,7 @@ var et2_split = et2_DOMWidget.extend([et2_IResizeable,et2_IPrint],
|
|||||||
}
|
}
|
||||||
// If there is no preference yet, set it to half size
|
// If there is no preference yet, set it to half size
|
||||||
// Otherwise the right pane gets the fullsize
|
// Otherwise the right pane gets the fullsize
|
||||||
else
|
if (typeof this.prefSize == 'undefined' || !this.prefSize)
|
||||||
{
|
{
|
||||||
this.prefSize = this.orientation == "v" ? options.sizeLeft: options.sizeTop;
|
this.prefSize = this.orientation == "v" ? options.sizeLeft: options.sizeTop;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user