Fixed bug regarding the special character '&'
The special character '&' would underline the next letter and not be shown.
This commit is contained in:
parent
add46154c2
commit
7117e82e07
1 changed files with 1 additions and 0 deletions
|
@ -489,6 +489,7 @@ Bar_updateTitle()
|
|||
StringLeft, title, aWndTitle, i
|
||||
title := " " . title . " ... "
|
||||
}
|
||||
StringReplace, title, title, &, &&, All ;; Special character '&', which would underline the next letter.
|
||||
|
||||
i := Config_viewCount + 2
|
||||
Loop, % Manager_monitorCount
|
||||
|
|
Loading…
Reference in a new issue