Skip to content
  • Dmitry Kazakov's avatar
    [NOT FOR 4.3.0] Remove start position from KisRandomAccessor2 · 10cad8b7
    Dmitry Kazakov authored
    Start posiiton in ctor is not used anywhere, it only causes bugs
    like 395861, because some code passes default value (0,0) to it,
    which extends extent of the paint device, to the area, which is
    not actually modified.
    
    It might also fix some troubles with Transform Tool (not tested).
    
    CCBUG:395861
    10cad8b7