diff --git a/harbour/source/rtl/tget.prg b/harbour/source/rtl/tget.prg index fa466f69cb..572e61fa5a 100644 --- a/harbour/source/rtl/tget.prg +++ b/harbour/source/rtl/tget.prg @@ -1148,6 +1148,8 @@ METHOD PutMask( xValue, lEdit ) CLASS Get for nFor := 1 to ::nMaxLen if !::IsEditable( nFor ) nNoEditable++ + else + nNoEditable := 0 endif next cBuffer += SubStr( ::Original, ::nMaxLen - nNoEditable + 1 )