~nux-team/nux/nux.comment-out-failed-test-parts

« back to all changes in this revision

Viewing changes to Nux/Panel.cpp

  • Committer: Tarmac
  • Author(s): Andrea Azzarone
  • Date: 2012-10-26 12:47:43 UTC
  • mfrom: (695.1.1 nux)
  • Revision ID: tarmac-20121026124743-bdxi5qosh82kh6wh
Revert rev 693.. Approved by Jay Taoko.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
  {
55
55
    graphics_engine.PushClippingRectangle(GetGeometry());
56
56
 
57
 
    graphics_engine.PushClippingRectangle(view_geo_);
 
57
    graphics_engine.PushClippingRectangle(Rect(m_ViewX, m_ViewY, m_ViewWidth, m_ViewHeight));
58
58
 
59
59
    if (m_layout)
60
60
    {