Browse Source

Fixed line breaks

flabbet 4 years ago
parent
commit
3f2b3bdc96
1 changed files with 2 additions and 0 deletions
  1. 2 0
      PixiEditor/Models/Tools/Tools/PenTool.cs

+ 2 - 0
PixiEditor/Models/Tools/Tools/PenTool.cs

@@ -73,6 +73,8 @@ namespace PixiEditor.Models.Tools.Tools
 
 
                 MovePixelsToCheck(changes);
                 MovePixelsToCheck(changes);
 
 
+                changes.ChangedPixels.AddRangeNewOnly(
+                    BitmapPixelChanges.FromSingleColoredArray(GetThickShape(latestPixels, toolSize), color).ChangedPixels);
                 return changes;
                 return changes;
             }
             }