~unity-team/nux/nux.armel-fixes

« back to all changes in this revision

Viewing changes to Nux/SpinBox.cpp

  • Committer: Tarmac
  • Author(s): Eleni Maria Stea, Jay Taoko
  • Date: 2012-10-05 13:57:21 UTC
  • mfrom: (683.1.2 nux-trunk)
  • Revision ID: tarmac-20121005135721-nurua8wa9o32g0cs
Removed all the PostDraw calls and definitions.. Fixes: . Approved by Jay Taoko, Andrea Azzarone, Nicolas d'Offay.

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
    m_EditLine->ProcessDraw(graphics_engine, force_draw);
127
127
  }
128
128
 
129
 
  void SpinBox::PostDraw(GraphicsEngine & /* graphics_engine */, bool /* force_draw */)
130
 
  {
131
 
 
132
 
  }
133
 
 
134
129
  void SpinBox::SetValue(int value)
135
130
  {
136
131
    m_iValue = m_IntValidator.GetClampedValue(value);