Skip to content

Commit 617b532

Browse files
committed
fixed #2 and crash when zooming out
1 parent fb00446 commit 617b532

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+178
-174
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 KB
Binary file not shown.
0 Bytes
Binary file not shown.
4 KB
Binary file not shown.

SignalRGB-CompGen/.vs/SignalRGB-CompGen/v17/DocumentLayout.json

Lines changed: 95 additions & 92 deletions
Large diffs are not rendered by default.

SignalRGB-CompGen/Class/Helper.vb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ Module Helper
180180
If textSize.Height > mySize.Height Then curSize -= 1.0F
181181
End If
182182
Loop
183+
If curSize <= 0.1F Then curSize = myFont.Size
183184
Return curSize
184185
End Function
185186

SignalRGB-CompGen/My Project/PublishProfiles/FolderProfile.pubxml.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
44
-->
55
<Project>
66
<PropertyGroup>
7-
<History>True|2024-10-15T18:18:03.2199911Z;True|2024-10-16T02:17:51.2300983+08:00;True|2024-10-15T21:17:17.0840999+08:00;True|2024-09-19T00:33:09.9794940+08:00;True|2024-08-31T18:14:04.5034137+08:00;True|2024-07-16T00:27:24.9657973+08:00;True|2024-06-25T00:13:10.4175729+08:00;True|2024-06-24T23:39:03.8475950+08:00;True|2024-06-24T23:34:28.1022342+08:00;True|2024-06-22T18:10:37.7445723+08:00;True|2024-06-17T01:37:21.0918122+08:00;True|2024-06-09T21:18:57.2685493+08:00;True|2024-06-05T23:58:49.9321488+08:00;True|2024-06-05T00:57:39.0888880+08:00;True|2024-06-05T00:55:45.6306878+08:00;True|2024-06-05T00:53:15.0344017+08:00;True|2024-06-05T00:52:38.3559013+08:00;True|2024-06-04T23:52:22.0299558+08:00;</History>
7+
<History>True|2024-12-23T09:34:43.2535721Z;True|2024-10-16T02:18:03.2199911+08:00;True|2024-10-16T02:17:51.2300983+08:00;True|2024-10-15T21:17:17.0840999+08:00;True|2024-09-19T00:33:09.9794940+08:00;True|2024-08-31T18:14:04.5034137+08:00;True|2024-07-16T00:27:24.9657973+08:00;True|2024-06-25T00:13:10.4175729+08:00;True|2024-06-24T23:39:03.8475950+08:00;True|2024-06-24T23:34:28.1022342+08:00;True|2024-06-22T18:10:37.7445723+08:00;True|2024-06-17T01:37:21.0918122+08:00;True|2024-06-09T21:18:57.2685493+08:00;True|2024-06-05T23:58:49.9321488+08:00;True|2024-06-05T00:57:39.0888880+08:00;True|2024-06-05T00:55:45.6306878+08:00;True|2024-06-05T00:53:15.0344017+08:00;True|2024-06-05T00:52:38.3559013+08:00;True|2024-06-04T23:52:22.0299558+08:00;</History>
88
<LastFailureDetails />
99
</PropertyGroup>
1010
</Project>

SignalRGB-CompGen/SignalRGB-CompGen.vbproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<MyType>WindowsForms</MyType>
1010
<AssemblyName>compeditor</AssemblyName>
1111
<ApplicationIcon>1.ico</ApplicationIcon>
12-
<Version>1.8.1</Version>
12+
<Version>1.8.2</Version>
1313
<Authors>I'm Not MentaL</Authors>
1414
<Company>Haikou Nuoli Trading Co., Ltd.</Company>
1515
<PackageProjectUrl>https://nolliergb.cn</PackageProjectUrl>
1616
<PackageIcon>nollie.png</PackageIcon>
1717
<RepositoryUrl>https://github.com/qiangqiang101/SignalRGB-CompGen</RepositoryUrl>
1818
<RepositoryType>git</RepositoryType>
19-
<AssemblyVersion>1.8.1</AssemblyVersion>
20-
<FileVersion>1.8.1</FileVersion>
19+
<AssemblyVersion>1.8.2</AssemblyVersion>
20+
<FileVersion>1.8.2</FileVersion>
2121
</PropertyGroup>
2222

2323
<ItemGroup>

0 commit comments

Comments
 (0)