|
|
@ -390,7 +390,7 @@ public abstract class UIListControlPane extends UIControlPane { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private void popupEditDialog(Point mousePos) { |
|
|
|
protected void popupEditDialog(Point mousePos) { |
|
|
|
if (isNewStyle()) { |
|
|
|
if (isNewStyle()) { |
|
|
|
Rectangle currentCellBounds = nameableList.getCellBounds(editingIndex, editingIndex); |
|
|
|
Rectangle currentCellBounds = nameableList.getCellBounds(editingIndex, editingIndex); |
|
|
|
if (editingIndex < 0 || !currentCellBounds.contains(mousePos)) { |
|
|
|
if (editingIndex < 0 || !currentCellBounds.contains(mousePos)) { |
|
|
|