Skip to content

Commit

Permalink
fix case issue
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Jul 24, 2020
1 parent e77e82a commit 542ecdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Samples/DMDesigner/src/Common/Helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ DMXmlNode DMCtrlXml::GetAttrNode(CStringA strNode)
break;
}

strNode.MakeLower();
XmlNode = RootNode.FirstChild(strNode);
} while (false);
return XmlNode;
Expand Down

0 comments on commit 542ecdb

Please sign in to comment.