UCSDOalads / JavaSketchPad

Use this Java desktop app to visually program in Java
8 stars 3 forks source link

Undo/Redo Small Auto-Select Problem #95

Closed chenggong03 closed 7 years ago

chenggong03 commented 7 years ago

When UNDO the last history item on stack, the UNDO button is disabled, but then the REDO button is auto-selected; When REDO the last history item on stack, the REDO button is disabled, but then the command line box is auto-selected. What to Do: Change it so that nothing is auto-selected.

chenggong03 commented 7 years ago

Fixed by cvShokaku and alex, improved by kjcai