From 7c25907675ab7d8602debb4034b7b3a37ed75617 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 7 Jun 2024 08:40:04 +0200 Subject: [PATCH] Document supertip border default as true --- doc/lua_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lua_api.md b/doc/lua_api.md index d28aa5c92..e65c899c2 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -3528,7 +3528,7 @@ Some types may inherit styles from parent types. * supertip * noclip - boolean, set to true to allow the element to exceed formspec bounds. * bgcolor - color, sets background color. - * border - boolean, draw border. Set to false to hide the bevelled tooltip pane. Default false. + * border - boolean, draw border. Set to false to hide the bevelled tooltip pane. Default true. * bgimg - standard background image. Defaults to none. * bgimg_middle - Makes the bgimg textures render in 9-sliced mode and defines the middle rect. See background9[] documentation for more details.