GUI: RTL: Get internal widget RTL flag from theme

This commit is contained in:
aryanrawlani28 2020-05-22 20:01:19 +05:30 committed by Eugene Sandulenko
parent 58704be218
commit 07ab77d065
12 changed files with 41 additions and 37 deletions

View file

@ -713,7 +713,7 @@ bool ThemeParser::parserCallback_widget(ParserNode *node) {
useRTL = false;
}
_theme->getEvaluator()->addWidget(var, node->values["type"], width, height, alignH);
_theme->getEvaluator()->addWidget(var, node->values["type"], width, height, alignH, useRTL);
}
return true;