Fix the text field alignment.
All Android styled controls must use AndroidControl methods. Task-number: QTBUG-41722 Change-Id: I594829bfed8468888738b39450fe94af35f14d7a Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
This commit is contained in:
parent
c171a21ae4
commit
27f5efb895
@ -624,8 +624,6 @@ QRect QAndroidStyle::subElementRect(SubElement subElement,
|
||||
const QStyleOption *option,
|
||||
const QWidget *widget) const
|
||||
{
|
||||
if (subElement == SE_LineEditContents) // fix spinbox display problem
|
||||
return QFusionStyle::subElementRect(subElement, option, widget);
|
||||
const ItemType itemType = qtControl(subElement);
|
||||
AndroidControlsHash::const_iterator it = itemType != QC_UnknownType
|
||||
? m_androidControlsHash.find(itemType)
|
||||
|
Loading…
Reference in New Issue
Block a user