Merge pull request #16514 from MiladNazeri/dev-2795/fix-multiple-color-sphere-pops

dev-2795/fix-multiple-color-sphere-pops
This commit is contained in:
Zach Fox 2019-11-19 13:17:51 -08:00 committed by GitHub
commit e997095208
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,6 @@ void ScreenshareScriptingInterface::stopScreenshare() {
//...terminate it and make sure that scripts know we terminated it by emitting
// `screenshareProcessTerminated()`.
_screenshareProcess->terminate();
emit screenshareProcessTerminated();
}
// Delete the local web entity if we know about it here.