Skip to content
  • Dmitry Kazakov's avatar
    Fix crash when moving a Transform Mask with the Move Tool · 26c61baa
    Dmitry Kazakov authored
    The patch does two things:
    
    1) MoveStrokeStrategy should not try to request node->projection()
       unconditionally, because transform masks don't have them. Instead,
       the strategy should request current level of detail directly from
       the image.
    
    2) The patch also fixes image() pointer in the masks. The pointer
       should be passed directly in the mask's constructor.
    
    BUG:424638
    26c61baa