Skip to content

Commit

Permalink
Fix gui interactions with view-only slots (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
RusTit authored and mezz committed Mar 23, 2018
1 parent d1bbf38 commit 0f7a310
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public boolean canExtract() {
}

public void forbidInteraction() {
this.readOnly = true;
this.forbidInsertion();
this.forbidExtraction();
}
Expand Down

0 comments on commit 0f7a310

Please sign in to comment.