Skip to content
  • Ell's avatar
    app: construct tool-options GUI lazily · c1347a7f
    Ell authored
    We currently construct the tool-options GUI for all the tools at
    startup, which takes a significant amount of time.  Instead,
    only register the GUI construction function with the tool-options
    object, using the new gimp_tools_set_tool_options_gui_func()
    function, and use the registered function to construct the GUI when
    actually needed.
    c1347a7f