Skip to content

Commit

Permalink
Version 3.13.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskohl committed Aug 17, 2021
1 parent f8c760c commit 389ba1a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
12 changes: 5 additions & 7 deletions CapsLockIndicatorV3/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ public MainForm()

if (oldVersionVer < Versions.SettingsToTabs)
tutorialTimer.Start();
tutorialTimer.Start();

tabControl1.SelectedIndexChanged += TabControl1_SelectedIndexChanged;

Expand Down Expand Up @@ -262,12 +261,11 @@ private void tutorialTimer_Tick(object sender, EventArgs e)
tutorialToolTip.Active = true;
// Hack to fix incorrect step/tip placement on first invokation
// See: https://stackoverflow.com/a/8716963
//tutorialToolTip.Show(string.Empty, tabControl1, pt, 1);
//tutorialToolTip.Show(
// strings.settingsChangedToolTip,
// tabControl1,
// pt, 6000);
MessageBox.Show(Location.ToString() + "\r\n" + Opacity.ToString());
tutorialToolTip.Show(string.Empty, tabControl1, pt, 1);
tutorialToolTip.Show(
strings.settingsChangedToolTip,
tabControl1,
pt, 6000);
}

private Point GetRectCenter(Rectangle rectangle)
Expand Down
4 changes: 2 additions & 2 deletions CapsLockIndicatorV3/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("3.13.1.0")]
[assembly: AssemblyFileVersion("3.13.1.0")]
[assembly: AssemblyVersion("3.13.2.0")]
[assembly: AssemblyFileVersion("3.13.2.0")]
[assembly: Guid ("6f54c357-0542-4d7d-9225-338bc3cd7834")]
2 changes: 1 addition & 1 deletion CapsLockIndicatorV3/Resources/defaultSettings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ f:indFont=Segoe UI; 12pt
i:indDisplayTime=500
i:indOpacity=100
i:bdSize=4
s:versionNo=3.13.1.0
s:versionNo=3.13.2.0
s:overlayPosition=BottomRight
s:customMessageCapsOn=
s:customMessageCapsOff=
Expand Down

0 comments on commit 389ba1a

Please sign in to comment.