From f7fe97390a29a102123ee1cfb21fa67bbf5951ad Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Sat, 14 Aug 2021 15:26:57 -0300 Subject: [PATCH] Changes resize handle on vWatch panel to chr$(254) again. --- source/ide/ide_methods.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ide/ide_methods.bas b/source/ide/ide_methods.bas index 742eede8d..151021418 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -7617,7 +7617,7 @@ SUB showvWatchPanel (this AS vWatchPanelType, currentScope$, totalVisibleVariabl COLOR fg, bg ideboxshadow this.x, this.y, this.w, this.h COLOR 15, bg - _PRINTSTRING (this.x + this.w - 1, this.y + this.h - 1), CHR$(18) 'resize handle + _PRINTSTRING (this.x + this.w - 1, this.y + this.h - 1), CHR$(254) 'resize handle x = LEN(title$) + 2 COLOR fg, bg