lib/ppcurses/form/combo_box.rb in ppcurses-0.1.1 vs lib/ppcurses/form/combo_box.rb in ppcurses-0.1.2

- old
+ new

@@ -73,9 +73,13 @@ end end end + + def clear + @choice_made = false + end #------------------------------------------------ protected def display_string if @choice_made \ No newline at end of file