Skip to content

Commit

Permalink
Made member private to address compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehonti Ramos committed Aug 9, 2023
1 parent 3ebbdb7 commit 5413493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pinta.Tools/Tools/GradientTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public sealed class GradientTool : BaseTool
private readonly IPaletteService palette;
PointD startpoint;
bool tracking;
protected ImageSurface? undo_surface;
private ImageSurface? undo_surface;
MouseButton button;

private const string GRADIENT_TYPE_SETTING = "gradient-type";
Expand Down

0 comments on commit 5413493

Please sign in to comment.