Skip to content

Commit

Permalink
Erase is working !
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu-Riou committed Nov 28, 2014
1 parent bef6683 commit 5ea875b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/io/atal/butterfly/Interface.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object HelloWorld extends SimpleSwingApplication {

case KeyPressed(_, Key.BackSpace, _, _) => {
isSpec = true
//current.erase <- En commentaire en attendant le merge de la correction (soon)
current.erase
updateLabel
}

Expand Down

0 comments on commit 5ea875b

Please sign in to comment.