Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Mar 5, 2024
1 parent 7f7d596 commit 33ad186
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public Result Execute(ExternalCommandData commandData, ref string message, Eleme
imageName = "device_power_browser.bmp";
}

imageName = "point.bmp";
//imageName = "point.bmp";

var imagePath = Path.Combine(Location, imageName);
var data = new InCanvasControlData(imagePath, point);
Expand Down

0 comments on commit 33ad186

Please sign in to comment.