Skip to content
  • Agata Cacko's avatar
    Fix crash in Overview docker in case of empty canvas · 17663636
    Agata Cacko authored
    Before this crash, Overview docker would use its canvas in case
    of rotation without checking if the canvas exist. This patch
    fixes it by adding additional checks and returning from the function
    in case of empty canvas.
    
    Supposedly "it happens because when the canvas is deleted,
    canvasOffsetXChanged is emitted".
    17663636