1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 09:20:38 +00:00

Changes resize handle on vWatch panel to chr$(254) again.

This commit is contained in:
FellippeHeitor 2021-08-14 15:26:57 -03:00
parent ea09964163
commit f7fe97390a

View file

@ -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