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

Commit 722103b

Browse files
Merge pull request #2151 from livecode/bugfix-22300
[[ Bug 22300 ]] Ensure right-clicking on the PB selects the correct row
2 parents d5fd9e1 + e7e6917 commit 722103b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Toolset/palettes/project browser/revprojectbrowserbehavior.livecodescript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,7 @@ end getAbsoluteRow
10651065
function getVisibleRow pLongID
10661066
local tRow
10671067
put getRow(pLongID) into tRow
1068+
set the wholeMatches to true
10681069
return itemOffset(tRow, sDisplayArray["visible object keys"])
10691070
end getVisibleRow
10701071

notes/bugfix-22300.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Ensure right-clicking on the Project Browser object list selects the correct row

0 commit comments

Comments
 (0)