~hikiko/nux/arb-srgba-shader

« back to all changes in this revision

Viewing changes to Nux/HueRangeValuator.cpp

  • Committer: Travis Watkins
  • Date: 2011-08-03 10:34:36 UTC
  • mfrom: (409 nux-logger-fix)
  • mto: (454.5.1 nux-gles)
  • mto: This revision was merged to the branch mainline in revision 501.
  • Revision ID: travis.watkins@linaro.org-20110803103436-biz9c9930l2refsi
merge with lp:nux

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
                                 Color (1.0f * v, s * v, s * v), Color (1.0f * v, s * v, s * v) );
121
121
    }
122
122
 
123
 
    m_ValueString->NeedRedraw();
 
123
    m_ValueString->QueueDraw();
124
124
    DrawMarker (GfxContext);
125
125
 
126
126
    GfxContext.PopClippingRectangle();