Skip to content

Commit

Permalink
sub image dragging
Browse files Browse the repository at this point in the history
  • Loading branch information
Stehfyn committed Sep 8, 2023
1 parent 1295e0b commit 2b46705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/puzzle_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ impl PuzzlePanel {
sub_image_rect,
uv_rect,
egui::Color32::WHITE,
).;
);
if is_dragging {
painter.rect_stroke(
sub_image_rect,
Expand Down

0 comments on commit 2b46705

Please sign in to comment.