ianharrigan / haxeui

IMPORTANT NOTE! This repository is no longer maintained. Please consider the newer version: https://github.com/haxeui/haxeui-core
http://haxeui.org/
392 stars 46 forks source link

neko: Slider fails when value is set with float value #276

Open triplefox opened 9 years ago

triplefox commented 9 years ago

Line 46 of Slider.hx uses Std.parseFloat; this fails when the setter value is already a float.

ianharrigan commented 9 years ago

This should be fixed now in 1.7.15 in haxelib, can you close this when you get a moment.

Thanks!

Ian