Index: image-edit.dev.js
===================================================================
--- image-edit.dev.js	(revision 12441)
+++ image-edit.dev.js	(working copy)
@@ -535,7 +535,7 @@
 	},
 
 	setRatioSelection : function(postid, n, el) {
-		var sel, r, x = this.intval( $('#imgedit-crop-width-' + postid).val() ),
+		var sel, r, x = parseFloat( $('#imgedit-crop-width-' + postid).val() ),
 			y = this.intval( $('#imgedit-crop-height-' + postid).val() ),
 			h = $('#image-preview-' + postid).height();
 
