Skip to content

Commit 389ba1a

Browse files
committed
Version 3.13.2.0
1 parent f8c760c commit 389ba1a

3 files changed

Lines changed: 8 additions & 10 deletions

File tree

CapsLockIndicatorV3/MainForm.cs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ public MainForm()
227227

228228
if (oldVersionVer < Versions.SettingsToTabs)
229229
tutorialTimer.Start();
230-
tutorialTimer.Start();
231230

232231
tabControl1.SelectedIndexChanged += TabControl1_SelectedIndexChanged;
233232

@@ -262,12 +261,11 @@ private void tutorialTimer_Tick(object sender, EventArgs e)
262261
tutorialToolTip.Active = true;
263262
// Hack to fix incorrect step/tip placement on first invokation
264263
// See: https://stackoverflow.com/a/8716963
265-
//tutorialToolTip.Show(string.Empty, tabControl1, pt, 1);
266-
//tutorialToolTip.Show(
267-
// strings.settingsChangedToolTip,
268-
// tabControl1,
269-
// pt, 6000);
270-
MessageBox.Show(Location.ToString() + "\r\n" + Opacity.ToString());
264+
tutorialToolTip.Show(string.Empty, tabControl1, pt, 1);
265+
tutorialToolTip.Show(
266+
strings.settingsChangedToolTip,
267+
tabControl1,
268+
pt, 6000);
271269
}
272270

273271
private Point GetRectCenter(Rectangle rectangle)

CapsLockIndicatorV3/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
//
2525
// You can specify all the values or you can use the default the Revision and
2626
// Build Numbers by using the '*' as shown below:
27-
[assembly: AssemblyVersion("3.13.1.0")]
28-
[assembly: AssemblyFileVersion("3.13.1.0")]
27+
[assembly: AssemblyVersion("3.13.2.0")]
28+
[assembly: AssemblyFileVersion("3.13.2.0")]
2929
[assembly: Guid ("6f54c357-0542-4d7d-9225-338bc3cd7834")]

CapsLockIndicatorV3/Resources/defaultSettings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ f:indFont=Segoe UI; 12pt
2525
i:indDisplayTime=500
2626
i:indOpacity=100
2727
i:bdSize=4
28-
s:versionNo=3.13.1.0
28+
s:versionNo=3.13.2.0
2929
s:overlayPosition=BottomRight
3030
s:customMessageCapsOn=
3131
s:customMessageCapsOff=

0 commit comments

Comments
 (0)