Browse Source

Fixed BrightnessTool

flabbet 3 years ago
parent
commit
c8ee06ce40
1 changed files with 1 additions and 0 deletions
  1. 1 0
      PixiEditor/Models/Tools/Tools/BrightnessTool.cs

+ 1 - 0
PixiEditor/Models/Tools/Tools/BrightnessTool.cs

@@ -36,6 +36,7 @@ namespace PixiEditor.Models.Tools.Tools
 
         public override void OnRecordingLeftMouseDown(MouseEventArgs e)
         {
+            base.OnRecordingLeftMouseDown(e);
             pixelsVisited.Clear();
         }