Fix quantization and other time-related ops.

This commit is contained in:
David Robillard 2014-11-22 21:49:42 -05:00
parent 231e0009b4
commit 57c1b6e261
12 changed files with 81 additions and 55 deletions

View file

@ -135,7 +135,7 @@ QuantizeDialog::grid_size_to_musical_time (const string& txt) const
if (!success) {
return 1.0;
}
return (double) b;
return b.to_double();
}
if (txt == _("Beats/128")) {