Skip to content

Commit

Permalink
addressing #193
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Oct 28, 2017
1 parent 273dffa commit efe0f32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/com/johnlindquist/acejump/view/Model.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import java.awt.Font.PLAIN

object Model {
var editor = getDefaultEditor()
get() = if(field.isDisposed) getDefaultEditor() else field
set(value) {
editorText = value.document.text.toLowerCase()
if (value == field) return
Expand Down

0 comments on commit efe0f32

Please sign in to comment.