Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Testicular Slingshot
Alchemy Viewer
Commits
5525ddd8
Commit
5525ddd8
authored
Feb 21, 2020
by
Rye Mutt
🍞
Browse files
Fixes #53 close state check was mismatched causing an infinite loop of notification dialogs
parent
40f92721
Changes
1
Hide whitespace changes
Inline
Side-by-side
indra/newview/llfloaterparticleeditor.cpp
View file @
5525ddd8
...
...
@@ -201,15 +201,12 @@ bool LLFloaterParticleEditor::handleSaveDialog(const LLSD& notification, const L
break
;
case
1
:
// "No"
// This will close immediately because mForceClose is true, so we won't
// infinite loop with these dialogs. JC
mChanged
=
false
;
closeFloater
();
break
;
case
2
:
// "Cancel"
default:
// If we were quitting, we didn't really mean it.
LLAppViewer
::
instance
()
->
abortQuit
();
break
;
}
return
false
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment