recalculate grid height when a widget is removed

This commit is contained in:
vieron
2012-07-27 17:55:04 +02:00
parent 698bc9c5f1
commit 6972f9fb33
+2
View File
@@ -227,6 +227,8 @@
this.move_widget_up( $(widget), wgd.size_y );
}, this));
this.set_dom_grid_height();
if (callback) {
callback.call(this, el);
}