We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 470d4a1 + 84cc4ba commit 93bef0dCopy full SHA for 93bef0d
src/Widgets/QueryParamsDialog.vala
@@ -192,7 +192,7 @@ public class Sequeler.Widgets.QueryParamsDialog : Gtk.Dialog {
192
} else if (holder_g_type == Type.FLOAT) {
193
// TODO: replace this with the following once we upgrade to a newer valac
194
// parse_result = float.try_parse (text, out parsed_value);
195
- parsed_value = float.parse (text);
+ parsed_value = double.parse (text);
196
} else if (holder_g_type == Type.DOUBLE) {
197
198
// parse_result = double.try_parse (text, out parsed_value);
0 commit comments