Skip to content
  • Jehan's avatar
    Issue #3514: Free Select tool: Alt-Ctrl|Shift not working unless... · c9a91b32
    Jehan authored
    ... selection is committed;
    Fast copy|cut-paste modifiers in selection tools were not working with
    the Free Select tool, even when the polygon was closed. The reason was
    that GimpPolygonSelectTool was not properly chaining up with the parent
    implementation for oper_update(), and then upon a button press, we need
    to check to call gimp_selection_tool_start_edit() to see if the action
    should not be handled by GimpSelectionTool.
    Of course, since we don't necessarily want all child class of
    GimpPolygonSelectTool to support these modifiers (typically we may not
    want these in the Foreground select tool), I set allow_move to FALSE,
    then set it to TRUE only in the GimpFreeSelectTool subclass.
    c9a91b32