Skip to content

Commit

Permalink
'Fixed #581 "Open from clipboard" causes a crash'
Browse files Browse the repository at this point in the history
  • Loading branch information
Equbuxu committed Dec 13, 2023
1 parent 0017772 commit 2776c9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public void OpenFromClipboard()
continue;
}

OpenFromPath(dataImage.name, false);
OpenRegularImage(dataImage.image, null);
}
}

Expand Down

0 comments on commit 2776c9f

Please sign in to comment.