Skip to content

Commit

Permalink
update brush preview when dragpicking
Browse files Browse the repository at this point in the history
  • Loading branch information
CST1229 committed Mar 29, 2024
1 parent 5158c49 commit afdd47f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,7 @@ private void Tiles_MouseUp(object sender, MouseButtonEventArgs e)
{
Pick(e.GetPosition(FocusedTilesImage), e.GetPosition(FocusedTilesImage), FocusedTilesData);
FindPaletteCursor();
RefreshBrush++;
}
EndDrawing(e);
}
Expand Down

0 comments on commit afdd47f

Please sign in to comment.