diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-08-07 10:24:49 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-08-07 10:24:49 +0800 |
| commit | a20370141bb8840c24dbca18f4311aaf238348a8 (patch) | |
| tree | 41051d54b06d27e285da71d0f15fc4f139ffbc4d /indra/llui | |
| parent | cdd2eaf40207117722d046fcc9c5707b884c4b49 (diff) | |
| parent | 0686467f42a06ec84368851f48f31beb43888df0 (diff) | |
Merge tag 'Second_Life_Release#0686467f-26.3' into 26.3
Diffstat (limited to 'indra/llui')
| -rw-r--r-- | indra/llui/llfloater.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp index 9361358ced..6de2c18620 100644 --- a/indra/llui/llfloater.cpp +++ b/indra/llui/llfloater.cpp @@ -569,6 +569,8 @@ void LLFloater::storeRectControl() void LLFloater::storeVisibilityControl() { + // Todo: this is a bit pricey, gets called each frame + // on LLAppViewer::idle(), optimize! if( !sQuitting && mVisibilityControl.size() > 1 ) { getControlGroup()->setBOOL( mVisibilityControl, getVisible() ); |
