Remove internal edit mode and add "content" tool.
[ardour.git] / gtk2_ardour / quantize_dialog.cc
index 98514326d5e9b6ef7c7a7ea081ef4a8a930876ac..45a96e1fc3db50c7da8037e438b6b8e3488240d7 100644 (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")) {