Skip to content

Commit

Permalink
Fix to pattern placement
Browse files Browse the repository at this point in the history
  • Loading branch information
philstopford committed Sep 13, 2020
1 parent dd82ed9 commit 24d2f45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Quilt/quilt/Stitcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ void pUpdateQuilt()
{
previewShapes[entry][ps].move(x, y);
});
patterns[entry].setPos(x, y);
// patterns[entry].setPos(x, y);
Interlocked.Increment(ref counter);
/*
if ((c % progressChunk) == 0)
Expand Down
2 changes: 1 addition & 1 deletion Quilt/support/CentralProperties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public static class CentralProperties
{
public const string productName = "Quilt";
public const string author = "Phil Stopford";
public const string version = "2.2.3";
public const string version = "2.2.4";
public enum typeShapes { none, rectangle, L, T, X, U, S, text, bounding };

public const Int32 scaleFactorForOperation = 1000;
Expand Down
4 changes: 4 additions & 0 deletions Series 2.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog for Quilt. A pattern generator.

2.2.4

- Bug fix for pattern placement.

2.2.3

- Viewport enhancements
Expand Down

0 comments on commit 24d2f45

Please sign in to comment.