diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2009-04-27 08:32:58 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2009-04-27 08:32:58 +0000 |
| commit | c7ec44880d249a2344901fd4a908baad53205dde (patch) | |
| tree | 94e1de3642fe2a1db63688b6bea6c7ddc0707917 /src/widgets/select-toolbar.cpp | |
| parent | starting a move method for InkWeb. (diff) | |
| download | inkscape-c7ec44880d249a2344901fd4a908baad53205dde.tar.gz inkscape-c7ec44880d249a2344901fd4a908baad53205dde.zip | |
Cleaning up legacy stock icons and correct icon sizes to match theme engine sizes.
(bzr r7779)
Diffstat (limited to 'src/widgets/select-toolbar.cpp')
| -rw-r--r-- | src/widgets/select-toolbar.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/select-toolbar.cpp b/src/widgets/select-toolbar.cpp index 00fd8d2e3..536819bf4 100644 --- a/src/widgets/select-toolbar.cpp +++ b/src/widgets/select-toolbar.cpp @@ -382,6 +382,8 @@ static GtkAction* create_action_for_verb( Inkscape::Verb* verb, Inkscape::UI::Vi g_signal_connect( G_OBJECT(inky), "activate", GTK_SIGNAL_FUNC(trigger_sp_action), targetAction ); + Inkscape::queueIconPrerender( verb->get_image(), size ); + return act; } |
