Code

Optimized text output by not repeating glyph coordinates when they are identical
[inkscape.git] / src / desktop.cpp
index e785aab6dcd7a4b0e48cf1bfbc3e6f03cf5961fa..4b4d1fe5bcf8358b803cd97e41a2b8b670b26e16 100644 (file)
@@ -1119,6 +1119,12 @@ SPDesktop::setToolboxAdjustmentValue (gchar const* id, double val)
     _widget->setToolboxAdjustmentValue (id, val);
 }
 
+void
+SPDesktop::setToolboxSelectOneValue (gchar const* id, gint val)
+{
+    _widget->setToolboxSelectOneValue (id, val);
+}
+
 bool
 SPDesktop::isToolboxButtonActive (gchar const *id)
 {