wt icon indicating copy to clipboard operation
wt copied to clipboard

Fixed WFormWidget placeholder not updating on locale change

Open skoehler47 opened this issue 3 years ago • 0 comments

I found that the placeholder text of a WLineEdit widget, that was set by WLineEdit::setPlaceholderText(WString::tr("...")) does not update when changing the WApplication's locale, as described in Issue 11156.

This pull request contains a proposed fix for that issue.

skoehler47 avatar Dec 15 '22 12:12 skoehler47