Skip to content
Snippets Groups Projects
Commit 373ea5e8 authored by Stéphane  DALLONGEVILLE's avatar Stéphane DALLONGEVILLE
Browse files

fix for last icy-kernel

parent 7296dc96
No related branches found
No related tags found
No related merge requests found
......@@ -306,7 +306,7 @@ class MaskLayer extends JPanel implements ActionListener, ItemListener, MouseLis
im = im.convertToType(TypeUtil.TYPE_DOUBLE, false, false);
BinaryIcyBufferedImage bin = SomeImageTools.toMask(im);
mask.setBinaryData(bin);
} catch (IOException | UnsupportedFormatException e1) {
} catch (IOException | UnsupportedFormatException | InterruptedException e1) {
e1.printStackTrace();
}
editor.getCurrentSequence().painterChanged(null);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment