From d3ce9d4c625d3cddb98626f700a2ff7531c55feb Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Sat, 12 Dec 2009 14:22:09 +0000 Subject: [PATCH] set a zvalue ridiculously high by default, since comboboxes always have to pop their dialog over the other idgets. mnual adjusting will still have to be done in the case of multiple comboboxes stacked BUG:38981 svn path=/trunk/KDE/kdelibs/; revision=1061620 --- widgets/combobox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/combobox.cpp b/widgets/combobox.cpp index 56b4d00a7..293edf5de 100644 --- a/widgets/combobox.cpp +++ b/widgets/combobox.cpp @@ -139,6 +139,7 @@ ComboBox::ComboBox(QGraphicsWidget *parent) d->lineEditBackground = new FrameSvg(this); d->lineEditBackground->setImagePath("widgets/lineedit"); d->lineEditBackground->setCacheAllRenderedFrames(true); + setZValue(900); setAcceptHoverEvents(true);