Skip to content
Snippets Groups Projects
Commit 04a5c450 authored by Merov Linden's avatar Merov Linden
Browse files

EXP-1207 : Commented out the red and yellow debug draw on the toolbars

parent d11cc7bf
No related branches found
No related tags found
No related merge requests found
...@@ -193,7 +193,6 @@ void LLToolBarView::draw() ...@@ -193,7 +193,6 @@ void LLToolBarView::draw()
if (mToolbarLeft) mToolbarLeft->localRectToOtherView(mToolbarLeft->getLocalRect(), &left_rect, this); if (mToolbarLeft) mToolbarLeft->localRectToOtherView(mToolbarLeft->getLocalRect(), &left_rect, this);
if (mToolbarRight) mToolbarRight->localRectToOtherView(mToolbarRight->getLocalRect(), &right_rect, this); if (mToolbarRight) mToolbarRight->localRectToOtherView(mToolbarRight->getLocalRect(), &right_rect, this);
if ((old_width != getRect().getWidth()) || (old_height != getRect().getHeight())) if ((old_width != getRect().getWidth()) || (old_height != getRect().getHeight()))
debug_print = true; debug_print = true;
if (debug_print) if (debug_print)
...@@ -215,9 +214,9 @@ void LLToolBarView::draw() ...@@ -215,9 +214,9 @@ void LLToolBarView::draw()
back_color_hori[VALPHA] = 0.5f; back_color_hori[VALPHA] = 0.5f;
back_color_vert[VALPHA] = 0.5f; back_color_vert[VALPHA] = 0.5f;
//gl_rect_2d(getLocalRect(), back_color, TRUE); //gl_rect_2d(getLocalRect(), back_color, TRUE);
gl_rect_2d(bottom_rect, back_color_hori, TRUE); //gl_rect_2d(bottom_rect, back_color_hori, TRUE);
gl_rect_2d(left_rect, back_color_vert, TRUE); //gl_rect_2d(left_rect, back_color_vert, TRUE);
gl_rect_2d(right_rect, back_color_vert, TRUE); //gl_rect_2d(right_rect, back_color_vert, TRUE);
LLUICtrl::draw(); LLUICtrl::draw();
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment