mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Fix scrollbars
This commit is contained in:
parent
0876623aed
commit
36855522a5
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ void GUIFormSpecMenu::parseScrollBar(parserData* data, std::string element)
|
|||
if (parts.size() >= 5) {
|
||||
std::vector<std::string> v_pos = split(parts[0],',');
|
||||
std::vector<std::string> v_dim = split(parts[1],',');
|
||||
std::string name = parts[2];
|
||||
std::string name = parts[3];
|
||||
std::string value = parts[4];
|
||||
|
||||
MY_CHECKPOS("scrollbar",0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue