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

Commit 24379fe

Browse files
author
Monte Goulding
committed
[[ Bug 17146 ]] Fix interactive find not resizing correctly
1 parent da061bb commit 24379fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Toolset/palettes/script editor/behaviors/revseeditorbehavior.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ command resize
106106
put tMyRect[1] + tGutterWidth, tMyRect[4] - tFindHeight, \
107107
tMyRect[3], tMyRect[4] into tNewRect
108108
if the rect of tControls["find"] is not tNewRect then
109-
set the rect of tControls["find"] to tNewRect
109+
set the topLeft of tControls["find"] to tMyRect[1] + tGutterWidth, tMyRect[4] - tFindHeight
110110
end if
111111

112112
-- Position the gutter

notes/bugfix-17146.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Ensure that the Script Editor "Find" UI resizes correctly

0 commit comments

Comments
 (0)