mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
DBE-4824 Modify Table dialog doesn't show context
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user