Skip to content
  • Michael Natterer's avatar
    app: clean up how tools are COMMITed and HALTed · ef294f4a
    Michael Natterer authored
    Call HALT generically in gimp_tool_control() after calling COMMIT, and
    remove all hacks in tools that call both COMMIT and HALT or call
    halt() from commit().
    
    Some tools interact with their subclasses (e.g. filter tool and
    operation tool), and it's essential that COMMIT runs through the
    entire class hierarchy before HALT.
    
    Probably breaks something, please test.
    ef294f4a