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

Commit

Permalink
[[ Bug 16000 ]] Don't allow lingering revNewButton message after IDE …
Browse files Browse the repository at this point in the history
…startup
  • Loading branch information
livecodeali committed Sep 26, 2015
1 parent 9a803dd commit c4e4069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Toolset/libraries/revbackscriptlibrary.livecodescript
Expand Up @@ -689,7 +689,7 @@ end newGroup


on newButton
send "revNewButton the long id of the target" to me in 50 milliseconds
revNewButton the long id of the target
revUpdateAOControls
if not gREVSuppressMessages or (gREVSuppressMessages and revOKTarget()) then pass newButton
end newButton
Expand Down
1 change: 1 addition & 0 deletions notes/bugfix-16000.md
@@ -0,0 +1 @@
# Tools palette is reloaded after being replaced by plugin

0 comments on commit c4e4069

Please sign in to comment.