|
|
@ -574,7 +574,7 @@ public class DarkTableUI extends DarkTableUIBridge implements TableConstants { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
Component comp = table.getEditorComponent(); |
|
|
|
Component comp = table.getEditorComponent(); |
|
|
|
if (comp != null) { |
|
|
|
if (comp != null && !(e.getOppositeComponent() == comp || DarkUIUtil.hasFocus(comp))) { |
|
|
|
Color newBg = CellUtil.getTableBackground(comp, table, true, false, table.getEditingRow()); |
|
|
|
Color newBg = CellUtil.getTableBackground(comp, table, true, false, table.getEditingRow()); |
|
|
|
CellUtil.setupBackground(comp, newBg); |
|
|
|
CellUtil.setupBackground(comp, newBg); |
|
|
|
} |
|
|
|
} |
|
|
|