Skip to content

Commit fff3fca

Browse files
authored
WPF: add autoscale to default context menu (#4750)
resolves #4701
1 parent 2540bfe commit fff3fca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## ScottPlot 5.0.55
22
_Not yet on NuGet..._
3+
* WPF: Added autoscale option to the default right-click context menu (#4701) @hsfetterman
34

45
## ScottPlot 5.0.54
56
_Published on [NuGet](https://www.nuget.org/profiles/ScottPlot) on 2025-01-26_

src/ScottPlot5/ScottPlot5 Controls/ScottPlot.WPF/WpfPlotMenu.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public ContextMenuItem[] GetDefaultContextMenuItems()
5050
{
5151
saveImage,
5252
copyImage,
53+
autoscale,
5354
newWindow,
5455
};
5556
}

0 commit comments

Comments
 (0)