textbox.caret property
This commit is contained in:
@@ -50,7 +50,11 @@ static Gravity gravity_from_string(const std::string& str) {
|
||||
return Gravity::none;
|
||||
}
|
||||
|
||||
static runnable create_runnable(UiXmlReader& reader, xml::xmlelement element, const std::string& name) {
|
||||
static runnable create_runnable(
|
||||
const UiXmlReader& reader,
|
||||
xml::xmlelement element,
|
||||
const std::string& name
|
||||
) {
|
||||
if (element->has(name)) {
|
||||
std::string text = element->attr(name).getText();
|
||||
if (!text.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user