diff --git a/examples/tvdemo/tvdemo1.cpp b/examples/tvdemo/tvdemo1.cpp index e21ef503..12ecc1f7 100644 --- a/examples/tvdemo/tvdemo1.cpp +++ b/examples/tvdemo/tvdemo1.cpp @@ -88,9 +88,9 @@ TVDemo::TVDemo( int argc, char **argv ) : insert(clock); r = getExtent(); // Create the heap view. - r.a.x = r.b.x - 23; r.b.x = r.a.x + 13; r.b.y = r.a.y + 1; + r.a.x = r.b.x - 13; r.a.y = r.b.y - 1; heap = new THeapView( r ); - heap->growMode = gfGrowLoX | gfGrowHiX; + heap->growMode = gfGrowAll; insert(heap); while (--argc > 0) // Display files specified