Skip to content

Commit a53ea6d

Browse files
authored
Update TransactionsTableModel.java
1 parent 980a22a commit a53ea6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/magic/gui/models/TransactionsTableModel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public Object getValueAt(int row, int column) {
7676

7777
@Override
7878
public boolean isCellEditable(int row, int column) {
79-
if(writable)
79+
if(isWritable())
8080
{
8181
return (column!=0 && column!=2 && column!=3 && column!=6);
8282
}

0 commit comments

Comments
 (0)