~unity-team/nux/texture-atlas

« back to all changes in this revision

Viewing changes to Nux/ScrollView.cpp

  • Committer: Nicolas d'Offay
  • Date: 2012-11-16 18:23:48 UTC
  • mfrom: (682.2.25 trunk)
  • Revision ID: nicolas.doffay@canonical.com-20121116182348-ygq13lkwgbugen04
Additional work to get the texture atlas class running as a normal texture.

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
      GetPainter().PopBackgroundStack();
279
279
  }
280
280
 
281
 
  void ScrollView::PostDraw(GraphicsEngine & /* graphics_engine */, bool /* force_draw */)
282
 
  {
283
 
 
284
 
  }
285
 
 
286
281
/////////
287
282
// API //
288
283
/////////