Skip to content

Commit

Permalink
Fix scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
BlockMen committed Nov 12, 2015
1 parent 0876623 commit 3685552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guiFormSpecMenu.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 3685552

Please sign in to comment.