diff options
author | Richard Linden <none@none> | 2011-09-22 15:08:59 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-09-22 15:08:59 -0700 |
commit | 00f66ccf409b0f7fb974f23cd157cdd0b8a6ab96 (patch) | |
tree | a796e9223cce833e7ff779e3cd187e364de1e72e /indra/newview/lldndbutton.cpp | |
parent | e70714fcfec5617d6458df48746cac95ab2b7198 (diff) |
EXP-1239 WIP make toolbars wrap when there is not enough room
added more toolbars to floater_test_toolbar.xml
removed layout stack and got basic wrapping working
reviewed by Leslie
Diffstat (limited to 'indra/newview/lldndbutton.cpp')
-rw-r--r-- | indra/newview/lldndbutton.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/indra/newview/lldndbutton.cpp b/indra/newview/lldndbutton.cpp index 8a38c8a643..7c9dda6b1d 100644 --- a/indra/newview/lldndbutton.cpp +++ b/indra/newview/lldndbutton.cpp @@ -31,16 +31,9 @@ static LLDefaultChildRegistry::Register<LLDragAndDropButton> r("dnd_button"); -LLDragAndDropButton::Params::Params() -{ - -} - LLDragAndDropButton::LLDragAndDropButton(const Params& params) : LLButton(params) -{ - -} +{} BOOL LLDragAndDropButton::handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, EDragAndDropType cargo_type, void* cargo_data, EAcceptance* accept, std::string& tooltip_msg) { |