diff options
| author | Matthew Petroff <matthew@mpetroff.net> | 2013-09-15 23:07:21 +0000 |
|---|---|---|
| committer | Matthew Petroff <matthew@mpetroff.net> | 2013-09-15 23:07:21 +0000 |
| commit | 5614df9770b985070122b3c08b45902317c9bd15 (patch) | |
| tree | eca7301deb23560b176f293c0c831ee41180328f /src/widgets/gradient-toolbar.cpp | |
| parent | Improved code readability. (diff) | |
| download | inkscape-5614df9770b985070122b3c08b45902317c9bd15.tar.gz inkscape-5614df9770b985070122b3c08b45902317c9bd15.zip | |
Enable unit evaluation in toolbars.
(bzr r12475.1.22)
Diffstat (limited to 'src/widgets/gradient-toolbar.cpp')
| -rw-r--r-- | src/widgets/gradient-toolbar.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/widgets/gradient-toolbar.cpp b/src/widgets/gradient-toolbar.cpp index c1eb13ceb..05a8b8b1c 100644 --- a/src/widgets/gradient-toolbar.cpp +++ b/src/widgets/gradient-toolbar.cpp @@ -1174,8 +1174,9 @@ void sp_gradient_toolbox_prep(SPDesktop * desktop, GtkActionGroup* mainActions, GTK_WIDGET(desktop->canvas), holder, FALSE, NULL, 0.0, 1.0, 0.01, 0.1, 0, 0, 0, - gr_stop_offset_adjustment_changed - , 0.01, 2, 1.0); + gr_stop_offset_adjustment_changed, + NULL /*unit tracker*/, + 0.01, 2, 1.0); gtk_action_group_add_action( mainActions, GTK_ACTION(eact) ); g_object_set_data( holder, "offset_action", eact ); |
