V3 merge part 1 / 2.
This commit is contained in:
@@ -65,8 +65,7 @@ LLToolContainer::~LLToolContainer()
|
||||
|
||||
|
||||
LLToolView::LLToolView(const std::string& name, const LLRect& rect)
|
||||
: LLView(name, rect, MOUSE_OPAQUE),
|
||||
mButtonCount(0)
|
||||
: mButtonCount(0), LLView(name, rect, true)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user