Skip to content

Commit

Permalink
have NumericInputKind instantiate NumericInput (fix #118)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaspayette committed Nov 18, 2014
1 parent 1d846a2 commit 4e4c1d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class TextInput(
}

class NumericInputKind[W <: NumericInput] extends LabeledPanelWidgetKind[W] {
val newWidget = new TextInput(_, _, _)
val newWidget = new NumericInput(_, _, _)
val name = "NUMERIC-INPUT"
val numberProperty = new DoubleProperty[W](
"NUMBER",
Expand Down

0 comments on commit 4e4c1d9

Please sign in to comment.