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
CPKreu committed Nov 29, 2023
1 parent 9095b14 commit a8710fe
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 a8710fe

Please sign in to comment.