Skip to content

Commit 619dc20

Browse files
authored
Merge pull request #168 from nutdotnet/18-impl-agauge-fix
AGauge - fix tick mark bug
2 parents f40546e + 06a9ebe commit 619dc20

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

WinNUT_V2/WinNUT-Client/Controls/UPSVarGauge.Designer.vb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WinNUT_V2/WinNUT-Client/Controls/UPSVarGauge.vb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
Imports System.ComponentModel
1111
Imports System.Drawing.Drawing2D
12+
Imports AGaugeClassic
1213

1314
Namespace Controls
1415

WinNUT_V2/WinNUT-Client/WinNUT-client.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435
</ItemGroup>
436436
<ItemGroup>
437437
<PackageReference Include="AGauge.Classic">
438-
<Version>2.1.0-prerelease.1</Version>
438+
<Version>2.1.1-prerelease.2</Version>
439439
</PackageReference>
440440
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications">
441441
<Version>7.1.3</Version>

WinNUT_V2/WinNUT-Client/WinNUT.Designer.vb

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)