mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix table renderer background image painting
This commit is contained in:
@@ -189,10 +189,6 @@ public abstract class EditorTextFieldCellRenderer implements TableCellRenderer,
|
||||
super.setBackground(bg);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void paintComponent(Graphics g) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void dispose() {
|
||||
myEditor.getComponent().removeNotify();
|
||||
|
||||
Reference in New Issue
Block a user