Fix line being drawn under tabs
This commit is contained in:
parent
7faca93ed6
commit
2b18dc58ea
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ function sfinv.get(player, context)
|
|||
local vars = {
|
||||
layout = theme,
|
||||
name = player:get_player_name(),
|
||||
nav = "tabheader[0,0;tabs;" .. table.concat(nav, ",") .. ";" .. current_idx .."]"
|
||||
nav = "tabheader[0,0;tabs;" .. table.concat(nav, ",") .. ";" .. current_idx .. ";true;false]"
|
||||
}
|
||||
fs = sfinv.parse_variables(fs, vars)
|
||||
fs = sfinv.parse_variables(fs, vars)
|
||||
|
|
Loading…
Reference in a new issue