diff --git a/harbour/source/rtl/gtwvt/gtwvt.c b/harbour/source/rtl/gtwvt/gtwvt.c index 5e8a48e838..d5ee99b3d0 100644 --- a/harbour/source/rtl/gtwvt/gtwvt.c +++ b/harbour/source/rtl/gtwvt/gtwvt.c @@ -754,7 +754,7 @@ static void hb_gt_wvt_FitSize( PHB_GTWVT pWVT, USHORT mode ) #endif for( n = 0; n < pWVT->COLS; n++ ) { - pWVT->FixedSize[ n ] = pWVT->PTEXTSIZE.x; + pWVT->FixedSize[ n ] = pWVT->PTEXTSIZE.x; } if( pWVT->bMaximized )