From f741e4d3dc421793bd69c6ec1c1274da8d7267c1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 Jul 2007 04:07:06 +0000 Subject: Control port slider functionality (when not in edit more, or holding down control). Known issue: Control modifier toggling currently only works when pointer on canvas (not a module or port). git-svn-id: http://svn.drobilla.net/lad/raul@644 a436a847-0d15-0410-975c-d299462d15a1 --- raul/AtomRedland.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/raul/AtomRedland.hpp b/raul/AtomRedland.hpp index 09bf276..6e753d7 100644 --- a/raul/AtomRedland.hpp +++ b/raul/AtomRedland.hpp @@ -59,6 +59,7 @@ public: type = librdf_new_uri(world, U("http://www.w3.org/2001/XMLSchema#integer")); break; case Atom::FLOAT: + os.precision(20); os << atom.get_float(); str = os.str(); // xsd:decimal -> pretty decimal (float) literals in Turtle -- cgit v1.2.1