diff options
author | Euclid Linden <euclid@lindenlab.com> | 2021-07-19 21:52:37 +0000 |
---|---|---|
committer | Euclid Linden <euclid@lindenlab.com> | 2021-07-19 21:52:37 +0000 |
commit | 08f04113c9252258c9cb6132efa327432c3c27e0 (patch) | |
tree | 5ec6c6d42eaca354f58e21b926d9108e43367484 /indra/llui/llview.h | |
parent | 10f84d8244d01728338f1eb20b0b25271fc7db63 (diff) | |
parent | aa322d8eb4341c213a19cef87a887114c1ca278b (diff) |
Merged in DV541-merge-6.4.22 (pull request #629)
DRTVWR-541 merge up to v 6.4.22
Diffstat (limited to 'indra/llui/llview.h')
-rw-r--r-- | indra/llui/llview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/llview.h b/indra/llui/llview.h index 5c91c37d3c..c60dcf3344 100644 --- a/indra/llui/llview.h +++ b/indra/llui/llview.h @@ -657,6 +657,9 @@ public: // Draw debug rectangles around widgets to help with alignment and spacing static bool sDebugRects; + static bool sIsRectDirty; + static LLRect sDirtyRect; + // Draw widget names and sizes when drawing debug rectangles, turning this // off is useful to make the rectangles themselves easier to see. static bool sDebugRectsShowNames; |