Skip to content

Commit 8d7fed8

Browse files
Fixed tooltip issue
1 parent 3208925 commit 8d7fed8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: TimeTracker.au3

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
2-
#AutoIt3Wrapper_Icon=..\..\..\OneDrive\Pictures\TimeTracker.ico
2+
#AutoIt3Wrapper_Icon=..\..\..\desk\one\Pictures\TimeTracker.ico
33
#AutoIt3Wrapper_UseX64=y
44
#AutoIt3Wrapper_Res_SaveSource=y
55
#AutoIt3Wrapper_Res_Language=1033
@@ -57,6 +57,8 @@ While 1
5757
$x = Int(Stopwatch() / 100)
5858
$nMsg = GUIGetMsg()
5959
Switch $nMsg
60+
Case $GUI_EVENT_PRIMARYDOWN
61+
ToolTip("")
6062
Case $GUI_EVENT_CLOSE
6163
If _GUICtrlListView_GetItemCount ( $ListView1 ) > 0 Then
6264
If Not IsDeclared("iMsgBoxAnswer") Then Local $iMsgBoxAnswer

Diff for: TimeTracker.exe

130 KB
Binary file not shown.

0 commit comments

Comments
 (0)