Skip to content
  • Jehan's avatar
    Issue #3597: Free selection: CRITICAL when double clicking on a handle. · 8ccd49ac
    Jehan authored
    GIMP_BUTTON_PRESS_DOUBLE press event would be called before the second
    release event happens hence the tool control would not be properly
    halted. Just pass through the gimp_selection_tool_start_edit() check for
    any press events other than GIMP_BUTTON_PRESS_NORMAL.
    8ccd49ac