Skip to content

Commit

Permalink
Fixed issue when debugging on Mac where the full image isn't shown in…
Browse files Browse the repository at this point in the history
…side of tileView
  • Loading branch information
thomasjwebb committed Nov 6, 2017
1 parent a5fc45f commit 24d6dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1785,7 +1785,7 @@ class Main extends Model {
dialog.find(".tileView").height(i.height).width(i.width);
dialog.find(".tilePath").text(file+" (" + i.width + "x" + i.height + ")");
};
i.src = getAbsPath(file);
i.src = "file://" + getAbsPath(file);

});

Expand Down

0 comments on commit 24d6dce

Please sign in to comment.