Skip to content

Fix crash whan opening file from finder

Ivan Yossi requested to merge ivany/krita:421448_finderOpenCrash into master

Finder open on Qt sends FileOpen event (only implemented for MacOS), this event crashes on open as he device is not reay when it fires. This patch allows to load the images whenever the file is open using Finder

BUG 421448

Edited by Ivan Yossi

Merge request reports