Skip to content

icon-loader: Small tweaks for performance/scope

Daniel Boles requested to merge dboles/inkscape:djb_icon-loader_scope into master

Move the window only to where/if it's needed.

Don't construct a temporary Glib::ustring just to append, when Glib::ustring.operator+= can take a char const * just fine as-is.

Merge request reports