Skip to content

Commit

Permalink
Fixed right-click erase to not clear the stamp
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Sep 26, 2023
1 parent 2a7e7bc commit 18a0a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiled/stampbrush.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ void StampBrush::beginCapture()
mBrushBehavior = Capture;
mCaptureStampHelper.beginCapture(tilePosition());

setStamp(TileStamp());
updatePreview();
}

void StampBrush::endCapture()
Expand Down

0 comments on commit 18a0a4e

Please sign in to comment.