~brandontschaefer/nux/xim-tests

« back to all changes in this revision

Viewing changes to Nux/GridHLayout.cpp

  • Committer: Brandon Schaefer
  • Date: 2012-10-19 00:23:27 UTC
  • mfrom: (637.2.55 trunk)
  • Revision ID: brandon.schaefer@canonical.com-20121019002327-60e88jn3k8chi7gt
* Merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
579
579
    graphics_engine.PopClippingRectangle();
580
580
    graphics_engine.PopModelViewMatrix();
581
581
 
582
 
    _queued_draw = false;
 
582
    draw_cmd_queued_ = false;
583
583
  }
584
584
 
585
585
  Area* GridHLayout::KeyNavIterationRowOrder(KeyNavDirection direction)