Bug reason: The fix of EXT-1419 disables showing nearby chat showing toasts at all whenever you close one. That was done to prevent a crash when viewer is exiting, but closing a toast manually should be handled differently. Fix: If a toast is being closed (destroyed) manually, just remove it from the toast pool (to prevent further references to the invalid pointer), but keep on showing new toasts. I've overriden LLFloater::onClose() to differentiate the two cases. |
||
|---|---|---|
| .. | ||
| cmake | ||
| copy_win_scripts | ||
| integration_tests | ||
| lib/python | ||
| linux_crash_logger | ||
| linux_updater | ||
| llaudio | ||
| llcharacter | ||
| llcommon | ||
| llcrashlogger | ||
| llimage | ||
| llimagej2coj | ||
| llinventory | ||
| llmath | ||
| llmessage | ||
| llplugin | ||
| llprimitive | ||
| llrender | ||
| llui | ||
| llvfs | ||
| llwindow | ||
| llxml | ||
| llxuixml | ||
| lscript | ||
| mac_crash_logger | ||
| mac_updater | ||
| media_plugins | ||
| newview | ||
| test | ||
| test_apps/llplugintest | ||
| tools/vstool | ||
| viewer_components | ||
| win_crash_logger | ||
| win_updater | ||
| CMakeLists.txt | ||
| develop.py | ||
| fix-incredibuild.py | ||