#448 Go to document class is not working: fixed

This commit is contained in:
Honfika
2013-12-25 23:22:18 +01:00
parent 796af3f207
commit eebcbb3dc0
7 changed files with 13 additions and 7 deletions

View File

@@ -278,6 +278,7 @@ public class LoadFromMemoryFrame extends AppFrame implements ActionListener {
return null;
}
@Override
public boolean isCellEditable(int rowIndex, int columnIndex) {
return false;
}