Skip to content

Conversation

ewanharris
Copy link
Contributor

This avoids the modified time for the file being changed on each execution which triggers a beachball in Studio. The modified time would change as the variables were stored as globals and would persist each run

Fixes TIMOB-27102

Seeing as .scpt files are binary here's a viewable diff

sim_focus.scpt

on run argv
+	local simulator
+	local ext_display
+	local legacy
	if (count of argv) is greater than 0 then

sim_hide.scpt

on run argv
+	local simulator
+	local attempts
+	local visible
	if (count of argv) is 1 then

This avoids the modified time for the file being changed on each execution which triggers a beachball in Studio. The modified time would change as the variables were stored as globals and would persist each run

Fixes TIMOB-27102
@sgtcoolguy
Copy link
Contributor

LGTM

@sgtcoolguy sgtcoolguy merged commit 6a539ee into tidev:1_7_X May 28, 2019
@ewanharris ewanharris deleted the TIMOB-27102 branch June 18, 2019 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants