Update display when cancelled

This will force the rendered line to be cleared
so it doesn't flicker the next time the list is opened.
This commit is contained in:
Kevin Sawicki
2013-04-08 12:54:56 -07:00
parent b7b4dcda24
commit 8993258e74

View File

@@ -142,6 +142,7 @@ class SelectList extends View
cancelled: ->
@miniEditor.setText('')
@miniEditor.updateDisplay()
cancel: ->
@list.empty()