Skip to content
  • Dmitry Kazakov's avatar
    Fix preview of Shape Layers in Transform Tool and Move Tool · 8c1b215d
    Dmitry Kazakov authored
    This patch defines new "type" of layers, KisCroppedOriginalLayerInterface,
    which tells that this layer may have some data outside layer bounds that
    is not rendered normally. So the tools that want to use this data
    should first call:
    
    interface->forceUpdateHiddenAreaOnOriginal()
    
    and wait until the layer generates this data.
    
    BUG:392717
    8c1b215d