diff options
Diffstat (limited to 'examples/drawdemo/drawdemo.cpp')
-rw-r--r-- | examples/drawdemo/drawdemo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/drawdemo/drawdemo.cpp b/examples/drawdemo/drawdemo.cpp index cbcdb4436..4aced2154 100644 --- a/examples/drawdemo/drawdemo.cpp +++ b/examples/drawdemo/drawdemo.cpp @@ -191,7 +191,7 @@ DrawView::DrawView() maxheight += 30; if ( i == 0 ) - rb->setChecked( TRUE ); + rb->setChecked( true ); } maxheight += 10; // maxheight is now 10 pixels upper margin |