Skip to content

Commit

Permalink
[BUG] Round Corners Fail to Show Outline (#238), version 1.0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofknecht committed Nov 14, 2021
1 parent 53b2a50 commit 1f84df7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.26.1")]
[assembly: AssemblyFileVersion("1.0.26.1")]
[assembly: AssemblyVersion("1.0.26.2")]
[assembly: AssemblyFileVersion("1.0.26.2")]
1 change: 1 addition & 0 deletions UserInterface/Menu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ internal void AdjustSizeAndLocation(
if (Properties.Settings.Default.RoundCorners)
{
Region = Region.FromHrgn(NativeMethods.CreateRoundCorners(Width + 1, Height + 1, 15, 15));
tableLayoutPanelMenu.Region = Region.FromHrgn(NativeMethods.CreateRoundCorners(Width - 1, Height - 1, 15, 15));
}
}

Expand Down

0 comments on commit 1f84df7

Please sign in to comment.