Indigo
Indigo copied to clipboard
WIP: fix timeout error when running .layout
This PR fixes https://github.com/epam/Indigo/issues/724
throw Error("Layout chooser has been cancelled: %s", cancellation->cancelledRequestMessage());
causes segmentation fault
, need to investigation