Skip to content

Commit 3685552

Browse files
committedNov 12, 2015
Fix scrollbars
1 parent 0876623 commit 3685552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/guiFormSpecMenu.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ void GUIFormSpecMenu::parseScrollBar(parserData* data, std::string element)
450450
if (parts.size() >= 5) {
451451
std::vector<std::string> v_pos = split(parts[0],',');
452452
std::vector<std::string> v_dim = split(parts[1],',');
453-
std::string name = parts[2];
453+
std::string name = parts[3];
454454
std::string value = parts[4];
455455

456456
MY_CHECKPOS("scrollbar",0);

0 commit comments

Comments
 (0)