don't proxy the popup
svn path=/trunk/KDE/kdelibs/; revision=1123754
This commit is contained in:
parent
aa33e4ade0
commit
b917c7d14d
@ -82,7 +82,10 @@ LineEdit::LineEdit(QGraphicsWidget *parent)
|
||||
|
||||
FocusIndicator *focusIndicator = new FocusIndicator(this, "widgets/lineedit");
|
||||
|
||||
setNativeWidget(new KLineEdit);
|
||||
KLineEdit *native = new KLineEdit;
|
||||
native->setWindowFlags(native->windowFlags()|Qt::BypassGraphicsProxyWidget);
|
||||
|
||||
setNativeWidget(native);
|
||||
|
||||
connect(Theme::defaultTheme(), SIGNAL(themeChanged()), this, SLOT(setPalette()));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user