Skip to content

Commit

Permalink
Disconnected AsR button from the state of the "signed" check box
Browse files Browse the repository at this point in the history
Because it doesn't actually make much sense...
  • Loading branch information
M4444 committed May 30, 2018
1 parent 90a9720 commit b04beec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified dist/C41C.jar
Binary file not shown.
1 change: 0 additions & 1 deletion src/c41c/Window.java
Original file line number Diff line number Diff line change
Expand Up @@ -1507,7 +1507,6 @@ private void ComboBoxActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRS

private void CHECK_BOX_signedActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_CHECK_BOX_signedActionPerformed
BUTTON_plus_minus.setEnabled(CHECK_BOX_signed.isSelected());
BUTTON_AsR.setEnabled(CHECK_BOX_signed.isSelected());

Operands[0] = adjustForOverflow(Operands[0]);
if (OperationUnderway)
Expand Down

0 comments on commit b04beec

Please sign in to comment.