diff options
author | Richard Linden <none@none> | 2011-10-20 17:33:09 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-10-20 17:33:09 -0700 |
commit | 03d0c6d35c7a81fbedeb724f60a63611fd4b464f (patch) | |
tree | 51f2add950e30b0d40e238bda366aa99a9475c67 /indra/llui/llfloater.h | |
parent | 4166c3d06f4941fb45a22075fefa0bf9b189135d (diff) |
EXP-1431 FIX Default positions for floaters follows additional open Inventory windows
Diffstat (limited to 'indra/llui/llfloater.h')
-rw-r--r-- | indra/llui/llfloater.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfloater.h b/indra/llui/llfloater.h index f384e64e53..73e9c9e831 100644 --- a/indra/llui/llfloater.h +++ b/indra/llui/llfloater.h @@ -66,9 +66,9 @@ namespace LLFloaterEnums { OPEN_POSITIONING_NONE, OPEN_POSITIONING_CASCADING, + OPEN_POSITIONING_CASCADE_GROUP, OPEN_POSITIONING_CENTERED, OPEN_POSITIONING_SPECIFIED, - OPEN_POSITIONING_COUNT }; } |