Merge remote-tracking branch 'origin/KDE/4.8' into frameworks
Conflicts: kdeui/widgets/kdatecombobox.cpp kfile/knewfilemenu.cpp nepomuk/core/resourcedata.cpp nepomuk/core/resourcewatcher.cpp nepomuk/core/resourcewatcher.h tier1/kcoreaddons/src/caching/kshareddatacache.cpp
This commit is contained in:
commit
b8f345c3e2
@ -64,10 +64,12 @@ LineEdit::LineEdit(QGraphicsWidget *parent)
|
||||
d->background->setImagePath("widgets/lineedit");
|
||||
d->background->setCacheAllRenderedFrames(true);
|
||||
|
||||
#if 0 // causes bug 290111
|
||||
FocusIndicator *indicator = new FocusIndicator(this, d->background);
|
||||
if (d->background->hasElement("hint-focus-over-base")) {
|
||||
indicator->setFlag(QGraphicsItem::ItemStacksBehindParent, false);
|
||||
}
|
||||
#endif
|
||||
setNativeWidget(new KLineEdit);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user