summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-27 04:07:06 +0000
committerDavid Robillard <d@drobilla.net>2007-07-27 04:07:06 +0000
commitf741e4d3dc421793bd69c6ec1c1274da8d7267c1 (patch)
treeaf792ae4b200b73b339b1529cc9e6e22d44a2cf3
parente3899fa6e89b7839c920fbfbb20237963d7e538d (diff)
downloadraul-f741e4d3dc421793bd69c6ec1c1274da8d7267c1.tar.gz
raul-f741e4d3dc421793bd69c6ec1c1274da8d7267c1.tar.bz2
raul-f741e4d3dc421793bd69c6ec1c1274da8d7267c1.zip
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
-rw-r--r--raul/AtomRedland.hpp1
1 files changed, 1 insertions, 0 deletions
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