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

[Bug 22381] SE fix number scroll is in sync on "Select all" #2083

Open
wants to merge 2 commits into
base: develop-9.5
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3054,6 +3054,7 @@ command actionSelectAll

if word 1 of the name of the focusedObject is "field" then
select char 1 to -1 of the focusedObject
send "scrollbarDrag" to the focusedObject
end if
unlock messages
end actionSelectAll
Expand Down
1 change: 1 addition & 0 deletions notes/bugfix-22381.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# SE fix number scroll is in sync on "Select all"