diff --git a/examples/Scripts/Welcome.system/c/System/Apps/Welcome/Welcome.app b/examples/Scripts/Welcome.system/c/System/Apps/Welcome/Welcome.app index 0c955482..c6f81b01 100644 Binary files a/examples/Scripts/Welcome.system/c/System/Apps/Welcome/Welcome.app and b/examples/Scripts/Welcome.system/c/System/Apps/Welcome/Welcome.app differ diff --git a/examples/Scripts/Welcome.system/c/System/Apps/Welcome/Welcome.opl b/examples/Scripts/Welcome.system/c/System/Apps/Welcome/Welcome.opl index debc59c0..ccfcc169 100644 Binary files a/examples/Scripts/Welcome.system/c/System/Apps/Welcome/Welcome.opl and b/examples/Scripts/Welcome.system/c/System/Apps/Welcome/Welcome.opl differ diff --git a/src/opl.lua b/src/opl.lua index f4e012e0..d1a864a7 100644 --- a/src/opl.lua +++ b/src/opl.lua @@ -307,6 +307,8 @@ function gBUTTON(text, type, width, height, state, bmpId, maskId, layout) end lightGrey() + gCOLORBACKGROUND(0xFF, 0xFF, 0xFF) + if state == 0 then gXBORDER(2, 0x84, width, height) gMOVE(3, 3)