fixes-add-widget-overlapping-issue-#340

This commit is contained in:
Adrian
2014-04-09 12:19:29 -04:00
parent a4f3baf38f
commit 72669b0cf6
+3 -1
View File
@@ -1028,7 +1028,9 @@
}else{
pos = {
col: col,
row: row
row: row,
size_y: size_y,
size_x: size_x
};
this.empty_cells(col, row, size_x, size_y);