Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit dee5ccf

Browse files
authored
[Bug 22092] Sync auto complete window when msg box is scrolled horizontally
1 parent 9c2d5ee commit dee5ccf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Toolset/palettes/message box/behaviors/revmessageboxsinglelinemessagebehavior.livecodescript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ command revDisplayAutoComplete pString
9696
put 1 into lMatchingIndex
9797
get field "message" & char (the number of chars of field "message" +1) to (the number of chars of line 1 of lMatchingHistory) of line 1 of lMatchingHistory
9898
if it is the text of field "auto complete" then
99+
set the hscroll of field "auto complete" to the hscroll of field "message"
99100
unlock screen
100101
return empty
101102
end if

0 commit comments

Comments
 (0)