adapted patch #3050492 to new code

This commit is contained in:
Marc Delisle
2010-08-28 08:57:27 -04:00
parent 35c4fc35ee
commit 56381c086f
3 changed files with 10 additions and 1 deletions

View File

@@ -1406,6 +1406,7 @@ function refreshDragOption(e) {
var elm = $('#' + e);
if (elm.css('visibility') == 'visible') {
refreshLayout();
TableDragInit();
}
}