1
0
Fork 0

canvas.gui.ScrollArea: no need for double update of content size.

This commit is contained in:
Thomas Geymayer 2014-06-28 13:10:39 +02:00
parent 1864153b9a
commit eb01ab7127

View file

@ -45,9 +45,6 @@ gui.widgets.ScrollArea = {
var (x,y) = arg;
me._size = [x,y];
me.update();
if( me._layout != nil )
me._layout.setGeometry(me._layout.geometry());
},
# Move contents to the coordinates x,y (or as far as possible)
#