Fix for issue #68

This commit is contained in:
MikeMaximus
2016-12-22 09:20:05 -06:00
parent dc9ec7f190
commit 72f520f333
+1
View File
@@ -889,6 +889,7 @@ Public Class frmMain
'Toggle State with Tray Clicks 'Toggle State with Tray Clicks
If Not bShowToggle Then If Not bShowToggle Then
bShowToggle = True bShowToggle = True
Me.Refresh()
Me.Visible = True Me.Visible = True
Me.ShowInTaskbar = True Me.ShowInTaskbar = True
Me.Focus() Me.Focus()