commit 3a6a7add57d2ac141f474b54659bbbf596b76059 parent 46a87a5d2bac598fed0870f0d3c926087f95d30f Author: zeertzjq <zeertzjq@outlook.com> Date: Tue, 14 Feb 2023 18:26:22 +0800 test: remove unused field ext_float (#22243) Diffstat:
| M | test/functional/ui/screen.lua | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/functional/ui/screen.lua b/test/functional/ui/screen.lua @@ -214,7 +214,7 @@ function Screen:attach(options, session) -- simplify test code by doing the same. self._options.rgb = true end - if self._options.ext_multigrid or self._options.ext_float then + if self._options.ext_multigrid then self._options.ext_linegrid = true end end