GUI: RTL: Get internal widget RTL flag from theme
This commit is contained in:
parent
58704be218
commit
07ab77d065
12 changed files with 41 additions and 37 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue