summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3ba534a)
raw | patch | inline | side by side (parent: 3ba534a)
author | scislac <scislac@users.sourceforge.net> | |
Mon, 13 Jul 2009 23:23:29 +0000 (23:23 +0000) | ||
committer | scislac <scislac@users.sourceforge.net> | |
Mon, 13 Jul 2009 23:23:29 +0000 (23:23 +0000) |
src/widgets/toolbox.cpp | patch | blob | history |
index 440a6283bfce7ba3ba1966c702bb1bf969644430..8bb15ae6fb826f4b16ff5f43f43a7b094e38ac22 100644 (file)
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -5697,7 +5697,7 @@ static void sp_lpetool_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActi
static void sp_erc_width_value_changed( GtkAdjustment *adj, GObject *tbl )
{
Inkscape::Preferences *prefs = Inkscape::Preferences::get();
- prefs->setDouble( "/tools/eraser/width", adj->value * 0.01 );
+ prefs->setDouble( "/tools/eraser/width", adj->value );
update_presets_list(tbl);
}
@@ -5737,7 +5737,7 @@ static void sp_eraser_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActio
GTK_WIDGET(desktop->canvas), NULL, holder, TRUE, "altx-eraser",
1, 100, 1.0, 10.0,
labels, values, G_N_ELEMENTS(labels),
- sp_erc_width_value_changed, 0.01, 0, 100 );
+ sp_erc_width_value_changed, 1, 0);
ege_adjustment_action_set_appearance( eact, TOOLBAR_SLIDER_HINT );
gtk_action_group_add_action( mainActions, GTK_ACTION(eact) );
gtk_action_set_sensitive( GTK_ACTION(eact), TRUE );