DBE-4824 Modify Table dialog doesn't show context

This commit is contained in:
Gregory.Shrago
2017-07-11 21:24:49 +03:00
parent 1c8c3facb4
commit b8243e762f
@@ -301,6 +301,9 @@ public abstract class JBListTable {
currentRowHeight + (leftToAnimate < 0 ? -resizeAbs : resizeAbs);
myTable.setRowHeight(myRow, newHeight);
myLastUpdateTime = currentTime;
TableUtil.scrollSelectionToVisible(myTable);
return myTargetHeight == newHeight;
}
}