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

Commit 269bdf1

Browse files
Merge pull request #1978 from montegoulding/bugfix-20672
[[ Bug 20672 ]] Update property inspector once for multiple objects
2 parents 58ad936 + 2d73ed8 commit 269bdf1

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

Toolset/palettes/inspector/revinspectortemplate.livecodescript

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,15 @@ on lockInspector
122122
end if
123123
end lockInspector
124124

125+
local sPropertyChangedMsg
126+
125127
on idePropertyChanged
128+
cancel sPropertyChangedMsg
129+
send "__IdePropertyChanged" to me in 200 milliseconds
130+
put the result into sPropertyChangedMsg
131+
end idePropertyChanged
132+
133+
on __IdePropertyChanged
126134
lock screen
127135
# Check if the object 'types' have been changed via PI
128136
local tNewTypes
@@ -135,7 +143,7 @@ on idePropertyChanged
135143
inspectorTitleUpdate
136144
end if
137145
unlock screen
138-
end idePropertyChanged
146+
end __IdePropertyChanged
139147

140148
on inspectorTreeMenuDisplay
141149
local tObjects, tStack, tDefaultStack

notes/bugfix-20672.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix very slow arrow key nudge of multiple objects

0 commit comments

Comments
 (0)