Commit d3b80c6f71d641f3c94da7925f981d15bdecd0ee

Authored by Agnelo Vaz
1 parent f75cc82b

Grid example svace error

Change-Id: Iea5deda5fa582252bec0352ed45ebe1ace872f4b
examples/layouting/grid-example.cpp
... ... @@ -62,7 +62,8 @@ namespace Demo
62 62 {
63 63  
64 64 GridExample::GridExample()
65   -: Example( TITLE )
  65 +: Example( TITLE ),
  66 + mToggleStatus( GRID_EXACT_WIDTH )
66 67 {
67 68 }
68 69  
... ...