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

Commit e61fa89

Browse files
Merge pull request #2075 from BerndN/patch-4
[Bug 22092] Sync auto complete field when msg box is scrolled horizo…
2 parents 9c2d5ee + 85372ad commit e61fa89

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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

notes/bugfix-22092.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Sync auto complete field when msg box is scrolled horizontally

0 commit comments

Comments
 (0)