StringGadget graphical bug on 4 in width
Posted: Mon Jun 19, 2017 11:56 am
Hi,
Using PB5.60 (x86)
When width=4, there is a strange graphical bug that shows a vertical sized white bar. All the other width looks fine.
__________________________________________________
Code tags added
03.07.2017
RSBasic
Using PB5.60 (x86)
Code: Select all
OpenWindow(0,0,0,500,200,"bug width")
StringGadget(0,10,10,1,100,"")
StringGadget(1,100,10,2,100,"")
StringGadget(2,200,10,3,100,"")
StringGadget(3,300,10,4,100,"") ; this one adds a vertical white area?! Looks like a flag.
StringGadget(4,400,10,5,100,"")
Repeat
event=WaitWindowEvent()
Until GetAsyncKeyState_($1b)
When width=4, there is a strange graphical bug that shows a vertical sized white bar. All the other width looks fine.
__________________________________________________
Code tags added
03.07.2017
RSBasic